|
@@ -54,7 +54,7 @@ akka {
|
|
# Information about the TechEmpower benchmark environment: https://www.techempower.com/benchmarks/#section=environment
|
|
# Information about the TechEmpower benchmark environment: https://www.techempower.com/benchmarks/#section=environment
|
|
# The environment variable physical_cpu_count does NOT include the hyperthreaded cores!
|
|
# The environment variable physical_cpu_count does NOT include the hyperthreaded cores!
|
|
parallelism-max = 14
|
|
parallelism-max = 14
|
|
- parallelism-max = ${?physical_cpu_count}
|
|
|
|
|
|
+ parallelism-max = ${?thread_count}
|
|
|
|
|
|
task-peeking-mode="LIFO" # based on https://www.playframework.com/documentation/2.7.x/Migration24#Thread-pool-configuration
|
|
task-peeking-mode="LIFO" # based on https://www.playframework.com/documentation/2.7.x/Migration24#Thread-pool-configuration
|
|
}
|
|
}
|