mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 08:47:26 +01:00
Increase php-fpm memory limit
This commit is contained in:
parent
b64c2bcbc7
commit
7440897b5c
@ -84,4 +84,11 @@ env[DATABASE_URL] = $DATABASE_URL
|
||||
env[REDIS_URL] = $REDIS_URL
|
||||
env[CORS_ALLOW_ORIGIN] = $CORS_ALLOW_ORIGIN
|
||||
|
||||
; Catch worker output
|
||||
|
||||
catch_workers_output = yes
|
||||
|
||||
; Increase PHP memory limit (Default: 128M)
|
||||
; Note: Required for loading large jobs from InfluxDB (>16 Nodes && >12h Duration)
|
||||
|
||||
php_admin_value[memory_limit] = 1024M
|
||||
|
Loading…
Reference in New Issue
Block a user