From 895976b830cf63fc5157e009a746aab96ce44b59 Mon Sep 17 00:00:00 2001 From: tokumeikoi Date: Tue, 7 Sep 2021 01:47:29 +0900 Subject: [PATCH] update: horizon config --- config/horizon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/horizon.php b/config/horizon.php index 8042d10b..47fcccfa 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -182,7 +182,7 @@ return [ ], 'balance' => 'auto', 'minProcesses' => 1, - 'maxProcesses' => (int)ceil($parser->getRam()['total'] / 1024 / 1024 / 1024 * 12), + 'maxProcesses' => (int)ceil($parser->getRam()['total'] / 1024 / 1024 / 1024 * 6), 'tries' => 1, 'nice' => 0, ],