chore: Update memory limit to 64MB in horizon configuration
This commit is contained in:
@@ -186,7 +186,7 @@ return [
|
||||
'balance' => env('HORIZON_BALANCE', 'auto'),
|
||||
'maxTime' => 0,
|
||||
'maxJobs' => 0,
|
||||
'memory' => 128,
|
||||
'memory' => 64,
|
||||
'tries' => 1,
|
||||
'timeout' => 3560,
|
||||
'nice' => 0,
|
||||
|
||||
Reference in New Issue
Block a user