I'm running APCu Object Cache on php8.3/Debian 12 and was recommended to use the following OPcache settings:
opcache.enable=1
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.validate_timestamps=1
opcache.revalidate_freq=60
opcache.consistency_checks=0
opcache.save_comments=0
opcache.enable_file_override=1
opcache.jit=1254
opcache.jit_buffer_size=8M
Should these be added to the following file?
/etc/php/8.3/cli/php.ini
opcache.enable=1
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.validate_timestamps=1
opcache.revalidate_freq=60
opcache.consistency_checks=0
opcache.save_comments=0
opcache.enable_file_override=1
opcache.jit=1254
opcache.jit_buffer_size=8M
Should these be added to the following file?
/etc/php/8.3/cli/php.ini
Statistics: Posted by trouble456 — 2025-03-02 07:28