Skip to content

Commit

Permalink
Docker: Increase PHP memory limit
Browse files Browse the repository at this point in the history
Some wp-cli calls, including in the Post-Build CI workflow, are starting
to hit the old limit. Let's increase it.
  • Loading branch information
anomiex committed Nov 8, 2023
1 parent a3819b3 commit 8461151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/config/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
short_open_tag = Off
session.auto_start = Off
file_uploads = On
memory_limit = 64M
memory_limit = 128M
upload_max_filesize = 64M
post_max_size = 64M
display_errors = On
Expand Down

0 comments on commit 8461151

Please sign in to comment.