Hi,
I keep on receiving the PHP opcache error in my admin console warning me to adapt my php.ini
file to improve perfomance:
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1
I’ve looked up which php.ini
is loaded php -i | grep php.ini
Configuration File (php.ini) Path => /etc/php5/cli
Loaded Configuration File => /etc/php5/cli/php.ini
I’ve changed the php.ini in question accordingly to the recommendations and restarted nginx, but no results.
I’ve als tried add these lines to the file /etc/php5/cli/conf.d/05-opcache.ini
but the warning still remains.
Any idea what else I can do?
My setup:
Raspberry 3
os: Openmediavault3 (=Debian 8)
Nginx
php5
kr,
wouter