Skip to content

Commit

Permalink
Increase PHP memory limit
Browse files Browse the repository at this point in the history
- sometimes the iPeer user page is blank but ok after reload.
  caused by PHP out-of-memory if there are too many users. increasing
  memory limit from the default 128MB to 256MB
  • Loading branch information
kitsook committed Jan 19, 2021
1 parent 1f1032b commit d41b19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/php.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
display_errors = Off
error_reporting = E_ALL & ~E_DEPRECATED
date.timezone = America/Vancouver
memory_limit=256M
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20170718/opcache.so

0 comments on commit d41b19f

Please sign in to comment.