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
This would make it possible to limit the amount of cache space used for local files.
The algo should be least-recently-used, meaning that the atime would be needed in order to determine last access. This should still be possible with a fs mounted "relatime" (though not "noatime") on Linux; and memory-based filesystems (e.g., tmpfs) usually have atime support always enabled. (Make sure to document this requirement as part of the configuration.)
The text was updated successfully, but these errors were encountered:
This would make it possible to limit the amount of cache space used for local files.
The algo should be least-recently-used, meaning that the atime would be needed in order to determine last access. This should still be possible with a fs mounted "relatime" (though not "noatime") on Linux; and memory-based filesystems (e.g., tmpfs) usually have atime support always enabled. (Make sure to document this requirement as part of the configuration.)
The text was updated successfully, but these errors were encountered: