Merge pull request #841 from turbo124/debian

Set default memory limit
This commit is contained in:
David Bomba
2025-12-18 09:08:25 +11:00
committed by GitHub

1
debian/php/php.ini vendored
View File

@@ -2,6 +2,7 @@
; https://www.php.net/manual/en/ini.core.php ; https://www.php.net/manual/en/ini.core.php
post_max_size=10M post_max_size=10M
upload_max_filesize=10M upload_max_filesize=10M
memory_limit=512M
[opcache] [opcache]
; https://www.php.net/manual/en/opcache.installation.php#opcache.installation.recommended ; https://www.php.net/manual/en/opcache.installation.php#opcache.installation.recommended