Increase php-fpm memory limit

This commit is contained in:
Christoph Kluge 2021-08-20 14:14:47 +02:00
parent b64c2bcbc7
commit 7440897b5c

View File

@ -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