Hello @vmarko
After these days cache is still < 3GB, so I think everything is ok now. Thank you for your assistance!
Hello @vmarko
Thanks, I’am using WP Crontrol plugin and w3_pgcache_cleanup event is scheduled.
No, I’m not using Cache Preload.
I’m using these features:
– Page cache: Disk enchanted
– Opcode: Zend opcache
– Database cache: Memcached
– Object cache: Memcached
– Browser cache
I’ve tried to delete cache folder and in a day it grew to 14GB. Yesterday I did it again but now it stays around 3GB.
Hello @vmarko
Thank you for your assist.
I see. I thought it removes files too.
WP cron is not disabled in the wp-config.php and it’s triggered by server’s cron (* * * * * wget xxx/wp-cron.php)
But the problem is that _old files still exists. For example ls -la command shows this:
-rw-r--r-- 1 www-data www-data 54132 Aug 12 02:05 _index_slash_ssl.html_gzip_old
and current date shows Fri Aug 12 06:29:15 UTC 2022. So in theory it should be deleted by now?