Files
docker-laravel/php/php.ini

15 lines
347 B
INI

memory_limit=${PHP_MEMORY_LIMIT}
upload_max_filesize=100M
post_max_size=100M
max_execution_time=300
max_input_time=300
date.timezone=America/Rio_Branco
opcache.enable=1
opcache.enable_cli=1
opcache.validate_timestamps=0
opcache.max_accelerated_files=20000
opcache.memory_consumption=256
opcache.interned_strings_buffer=16
opcache.fast_shutdown=1