mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 11:07:26 +01:00
Merge branch 'main' of github.com:ClusterCockpit/cc-docker
This commit is contained in:
commit
f5d3598661
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user