mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 22:27:50 +08:00
update: performance optimization
This commit is contained in:
@ -184,7 +184,8 @@ return [
|
||||
'minProcesses' => 1,
|
||||
'maxProcesses' => (int)ceil($parser->getRam()['total'] / 1024 / 1024 / 1024 * 6),
|
||||
'tries' => 1,
|
||||
'nice' => 0,
|
||||
'balanceCooldown' => 3,
|
||||
'balanceMaxShift' => 1000,
|
||||
],
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user