upload_max_filesize = 1900M post_max_size = 1900M memory_limit = -1 max_execution_time = 0 # OPCACHE # https://medium.com/appstract/make-your-laravel-app-fly-with-php-opcache-9948db2a5f93 # https://www.scalingphpbook.com/blog/2014/02/14/best-zend-opcache-settings.html opcache.enable=1 opcache.memory_consumption=512 opcache.interned_strings_buffer=64 opcache.max_accelerated_files=32531 opcache.validate_timestamps=0 opcache.revalidate_freq=0 opcache.save_comments=1 opcache.fast_shutdown=1