php-custom.ini (428B)
1 upload_max_filesize = 50M 2 post_max_size = 50M 3 memory_limit = 256M 4 max_execution_time = 900 5 6 ; Socket/default timeouts for remote imports 7 default_socket_timeout = 300 8 9 ; OPcache 10 opcache.enable = 1 11 opcache.memory_consumption = 192 12 opcache.interned_strings_buffer = 16 13 opcache.max_accelerated_files = 10000 14 opcache.revalidate_freq = 60 15 opcache.jit = tracing 16 opcache.jit_buffer_size = 64M 17 18 ; APCu 19 apc.enabled = 1 20 apc.shm_size = 64M