You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation isn't clear as to what occurs when the cache is full. Does it implement some eviction strategy (ie. LRU), or does it just not accept any new data until the max-age is reached on the existing data? I don't think anything needs to necessarily change with the container, but additional documentation on this matter may help others in deciding what cache values are appropriate for them.
The text was updated successfully, but these errors were encountered:
I would love to see the information as well. I was not aware that the default cache size is set to 1TB. During my (small) LAN party the cache stopped working because the 512GB disk was getting full and Ubuntu disallowed the creation of files.
I've since ordered a 1TB drive but I would like to see more information on recommended hardware specs and the settings for the cache's disk en memory size.
The documentation isn't clear as to what occurs when the cache is full. Does it implement some eviction strategy (ie. LRU), or does it just not accept any new data until the max-age is reached on the existing data? I don't think anything needs to necessarily change with the container, but additional documentation on this matter may help others in deciding what cache values are appropriate for them.
The text was updated successfully, but these errors were encountered: