chore: Update memory limit to 64MB in horizon configuration
This commit is contained in:
parent
5f0a8bc4f2
commit
eebb99ca22
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@
|
||||||
'balance' => env('HORIZON_BALANCE', 'auto'),
|
'balance' => env('HORIZON_BALANCE', 'auto'),
|
||||||
'maxTime' => 0,
|
'maxTime' => 0,
|
||||||
'maxJobs' => 0,
|
'maxJobs' => 0,
|
||||||
'memory' => 128,
|
'memory' => 64,
|
||||||
'tries' => 1,
|
'tries' => 1,
|
||||||
'timeout' => 3560,
|
'timeout' => 3560,
|
||||||
'nice' => 0,
|
'nice' => 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue