markusthoemmes closed pull request #3227: akka thread pool tuning
URL: https://github.com/apache/incubator-openwhisk/pull/3227
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/core/controller/src/main/resources/application.conf 
b/core/controller/src/main/resources/application.conf
index e627e4899a..d17a2ea1dd 100644
--- a/core/controller/src/main/resources/application.conf
+++ b/core/controller/src/main/resources/application.conf
@@ -71,10 +71,28 @@ akka {
     log-received-messages = on
     log-sent-messages = on
   }
+  io {
+     pinned-dispatcher {
+        throughput=200
+        thread-pool-executor {
+           core-pool-size = 8
+        }
+     }
+     tcp {
+        nr-of-selectors = 8
+        batch-accept-limit = 1000
+        direct-buffer-size = 1024 KiB
+     }
+  }
   cluster {
     # Disable legacy metrics in akka-cluster.
     metrics.enabled=off
 
     #distributed-data.notify-subscribers-interval = 0.01
   }
+  actor {
+     default-dispatcher {
+        throughput=1000
+     }
+  }
 }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to