Skip to content

Commit d41b19f

Browse files
committed
Increase PHP memory limit
- 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
1 parent 1f1032b commit d41b19f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/php.ini

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
display_errors = Off
22
error_reporting = E_ALL & ~E_DEPRECATED
33
date.timezone = America/Vancouver
4+
memory_limit=256M
45
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20170718/opcache.so

0 commit comments

Comments
 (0)