merlino Posted August 26, 2011 Share Posted August 26, 2011 hello I have successfully upgraded my shop but Now I have the folder /cache/cachefs constantly growing.. Should I disable the cache system of my shop? thanx for suggestions Link to comment Share on other sites More sharing options...
gonandriy Posted August 29, 2011 Share Posted August 29, 2011 Hello! I have the same trouble. Right now my cachefs folder take over 6G of disk space. How prestashop can clean cache? Link to comment Share on other sites More sharing options...
gonandriy Posted August 30, 2011 Share Posted August 30, 2011 I had been discovering prestashop FS cache. As I can see (I may be wrong) this is for caching only sql request's results. So this is do exactly same as mysql internal cache. Cache is growing because there are no expire functional implemented. (version 1.4.1.0) If some queries get in cache, its will never be delete from there, except mysql table (where was this request) was modified. I suggest use memcached or mysql native internal cache. Good luck! Link to comment Share on other sites More sharing options...
Recommended Posts