Skip to main content

Opcache

Opcache sert de serveur cache dans nextcloud. On doit l'installer avec :

dnf install php-opcache

puis dans le fichier /etc/php.d/10-opcache.ini on rajoute : 

opcache.interned_strings_buffer = 8
opcache.max_accelerated_files = 10000
opcache.memory_consumption = 128
opcache.save_comments = 1
opcache.revalidate_freq = 1