Merge branch 'main' of github.com:ClusterCockpit/cc-docker

This commit is contained in:
Jan Eitzinger 2021-08-25 11:25:05 +02:00
commit f5d3598661

View File

@ -84,4 +84,11 @@ env[DATABASE_URL] = $DATABASE_URL
env[REDIS_URL] = $REDIS_URL env[REDIS_URL] = $REDIS_URL
env[CORS_ALLOW_ORIGIN] = $CORS_ALLOW_ORIGIN env[CORS_ALLOW_ORIGIN] = $CORS_ALLOW_ORIGIN
; Catch worker output
catch_workers_output = yes 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