Automatic invalidation
-
Hi Pierre!
I have bumped up manually Opcache settings quite a lot.
For example the memory is 192M, the buffer-64
max accelerated files -70,000. Using both memory and the hard drive. It’s full with binary files ( the directory for Opcache)
And so on. That’s why with Opcache Manager I’ve set up Opcache to be cleaned ( site invalidation) every hour. My cronjobs are on the server and work very well.But as I see from statistics and from the frontend ,it doesn’t clean it every hour which breaks some elements and functionalities on the site.
I have an alternative which is to create a php file which consists of only one function like that :
?php
opcache_reset();
?>And run it via cron every hour but I’m wondering why Opcache Manager is not doing it.
Also via your awesome plugin Decalog I get all PHP events in my email and it comes as a PHP WARNING that Opcache is full.
Any ideas?
Thanks in advance! It’s not urgent.
The page I need help with: [log in to see the link]
- The topic ‘Automatic invalidation’ is closed to new replies.