From eebb99ca22ac90fb52afaef9b632d44c6d742526 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 30 Aug 2024 21:24:09 +0200 Subject: [PATCH] chore: Update memory limit to 64MB in horizon configuration --- config/horizon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/horizon.php b/config/horizon.php index 939d74883..4d25e40bc 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -186,7 +186,7 @@ 'balance' => env('HORIZON_BALANCE', 'auto'), 'maxTime' => 0, 'maxJobs' => 0, - 'memory' => 128, + 'memory' => 64, 'tries' => 1, 'timeout' => 3560, 'nice' => 0,