Skip to content

Commit

Permalink
Docker: Increase PHP memory limit (#34017)
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 authored Nov 8, 2023
1 parent 9c40151 commit a3fd08e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Bump version


Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: other
Comment: Bump version


Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


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 a3fd08e

Please sign in to comment.