-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Cache
-
Tags:
The LRUFileCache works with a max size limit.
In some case this is not enough to prevent a "no space left on device" because it is possible to reach the inode limit before the size limit.
By taking a max entries in account we will have a safer implementation.
-> Use nuxeo.s3storage.cachecount to configure this.
- depends on
-
NXP-17358 Configure S3 binary manager through extension point
- Resolved