Skip to content

Commit

Permalink
Changing default PHP mem limit to 800M and execution time to 60sec. C…
Browse files Browse the repository at this point in the history
…acti sends warnings if these are any lower.
  • Loading branch information
Sean Cline committed Sep 6, 2019
1 parent e4270be commit f2fb03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ ENV \
INITIALIZE_DB=0 \
INITIALIZE_INFLUX=0 \
TZ=UTC \
PHP_MEMORY_LIMIT=128M \
PHP_MAX_EXECUTION_TIME=30
PHP_MEMORY_LIMIT=800M \
PHP_MAX_EXECUTION_TIME=60

## --- Start ---
COPY start.sh /start.sh
Expand Down

0 comments on commit f2fb03a

Please sign in to comment.