Update moodle.yml (#502)

fix correct PHP_MEMORY_LIMIT size
This commit is contained in:
Fiblan 2021-10-02 00:44:49 +02:00 committed by GitHub
parent 6f2f6840f3
commit cd9f0aca2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
MOODLE_SITE_NAME: $$cap_md_sitename
MOODLE_SKIP_BOOTSTRAP: $$cap_md_bootstrap
PHP_MAX_INPUT_VARS: '6000'
PHP_MEMORY_LIMIT: '256'
PHP_MEMORY_LIMIT: '256M'
PHP_UPLOAD_MAX_FILESIZE: 100M
PHP_POST_MAX_SIZE: 100M
PHP_MAX_INPUT_TIME: '30'