diff --git a/config/horizon.php b/config/horizon.php index edc054f3..d482da82 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -145,9 +145,9 @@ | Memory Limit (MB) |-------------------------------------------------------------------------- | - | This value describes the maximum amount of memory the Horizon worker - | may consume before it is terminated and restarted. You should set - | this value according to the resources available to your server. + | This value describes the maximum amount of memory the Horizon master + | supervisor may consume before it is terminated and restarted. For + | configuring this limit on the workers, refer the next section. | */ @@ -172,6 +172,7 @@ 'maxProcesses' => 1, 'tries' => 1, 'nice' => 0, + 'memory' => 128, ], ],