Increase Horizon memory_limit configuration from 32MB to 64MB to support higher workload

This commit is contained in:
Xiaohu Hei
2025-07-02 02:12:47 +08:00
parent 05afe870e7
commit fc8caee0c3

View File

@@ -155,7 +155,7 @@ return [
|
*/
'memory_limit' => 32,
'memory_limit' => 64,
/*
|--------------------------------------------------------------------------