From 51907905301f9f869c4929f0efeaf3e0b4a9c07d Mon Sep 17 00:00:00 2001 From: rogeralsing Date: Fri, 15 May 2015 08:10:18 +0200 Subject: [PATCH] Updated default throughput values to conform with JVM and promote fairness amongst actors and tasks --- src/core/Akka/Configuration/Pigeon.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/Akka/Configuration/Pigeon.conf b/src/core/Akka/Configuration/Pigeon.conf index 47ab68804d4..11b0b239dee 100644 --- a/src/core/Akka/Configuration/Pigeon.conf +++ b/src/core/Akka/Configuration/Pigeon.conf @@ -246,12 +246,12 @@ akka { task-dispatcher { type = "Akka.Dispatch.TaskDispatcherConfigurator" - throughput = 100 + throughput = 30 } default-fork-join-dispatcher{ type = ForkJoinDispatcher - throughput = 100 + throughput = 30 dedicated-thread-pool{ #settings for Helios.DedicatedThreadPool thread-count = 3 #number of threads #deadlock-timeout = 3s #optional timeout for deadlock detection @@ -273,7 +273,7 @@ akka { # Throughput defines the number of messages that are processed in a batch # before the thread is returned to the pool. Set to 1 for as fair as possible. - throughput = 100 + throughput = 30 # Throughput deadline for Dispatcher, set to 0 or negative for no deadline throughput-deadline-time = 0ms