nawawi / docket-cache

A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
Other
48 stars 15 forks source link

Files sizes #3

Closed frussane closed 4 years ago

frussane commented 4 years ago

Hello! Thanks for developing this code! I'm having problems with this not respecting the max sizes, I had 8GB of files which actually turned the website slower, can you help?

nawawi commented 4 years ago

hi, if 8gb for one file, it will failed, memcached also will failed. if 8gb for all files, i dont think it makes your website slower.. you can try set maxttl https://github.com/nawawi/docket-cache/wiki/Constants#docket_cache_maxttl

thanks