Files
starter/docker/php/php.ini
T
Konstantinos Arvanitakis b16413ff9a First Commit
2026-07-03 16:42:22 +03:00

15 lines
339 B
INI

upload_max_filesize = 100M
post_max_size = 100M
memory_limit = 256M
max_execution_time = 60
[opcache]
opcache.enable = 1
opcache.memory_consumption = 256
opcache.interned_strings_buffer = 16
opcache.max_accelerated_files = 20000
opcache.revalidate_freq = 0
opcache.validate_timestamps = 0
opcache.jit = 1255
opcache.jit_buffer_size = 64M