compare with SO 1.20.1 12.3
This commit is contained in:
parent
71e15d14b6
commit
71be7b0c99
15 changed files with 88 additions and 276 deletions
|
|
@ -1,5 +1,5 @@
|
|||
version = 3
|
||||
defaultGlobalExecutorParallelismExpression = "max(1,min(if(is_windows,(cpus/2.0),(cpus/1.5)),if(is_j9vm,((mem_gb-(if(is_client,0.5,0.2)))/0.2),((mem_gb-(if(is_client,0.8,0.5)))/0.2))))"
|
||||
defaultGlobalExecutorParallelismExpression = "max(1,min(if(is_client,(cpus/2.66+1),(cpus/1.5)),if(is_j9vm,((mem_gb-(if(is_client,0.5,0.2)))/0.2),((mem_gb-(if(is_client,0.8,0.5)))/0.2))))"
|
||||
|
||||
[clientSideConfig]
|
||||
|
||||
|
|
@ -14,4 +14,4 @@ defaultGlobalExecutorParallelismExpression = "max(1,min(if(is_windows,(cpus/2.0)
|
|||
gcFreeChunkSerializer = true
|
||||
|
||||
[threadedWorldGen]
|
||||
enabled = true
|
||||
enabled = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue