techblog/docker/php.ini
PeterChrz 1508aa60c8
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 20s
Forgejo Actions Script
2026-03-30 22:54:47 -04:00

12 lines
283 B
INI

opcache.enable=1
opcache.memory_consumption=256
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=20000
opcache.validate_timestamps=0
opcache.save_comments=1
opcache.fast_shutdown=0
upload_max_filesize=100M
post_max_size=100M
memory_limit=256M
max_execution_time=300