Kingsley
Silver Pleskian
Hello;
Since Opcache is enabled for each domain on the server by default i would like to know where to add the following settings.
Thanks
Since Opcache is enabled for each domain on the server by default i would like to know where to add the following settings.
Code:
zend_extension=opcache.so
opcache.memory_consumption=256
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
opcache.enable=1
Thanks