techblog/docker/php.ini

13 lines
283 B
INI
Raw Permalink Normal View History

2026-03-31 02:54:47 +00:00
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