increase memory limit
This commit is contained in:
parent
f390756fca
commit
fc77db782d
1 changed files with 3 additions and 3 deletions
|
@ -55,8 +55,8 @@ RUN rm artifact.tar.gz \
|
|||
USER nobody
|
||||
|
||||
ENV nginx_root_directory=/var/www/html/public \
|
||||
memory_limit=1024M \
|
||||
post_max_size=200M \
|
||||
upload_max_filesize=200M \
|
||||
memory_limit=2048M \
|
||||
post_max_size=20M \
|
||||
upload_max_filesize=20M \
|
||||
date_timezone=Europe/Berlin \
|
||||
intl_default_locale=de_DE
|
||||
|
|
Loading…
Reference in a new issue