leil-io / saunafs

SaunaFS is a free-and open source, distributed POSIX file system inspired by Google File System.
https://saunafs.com
GNU General Public License v3.0
60 stars 4 forks source link

feat(mount): Add readcachemaxsize option #145

Closed rolysr closed 2 months ago

rolysr commented 3 months ago

For allowing the client process to limit the expected memory in system for reading operations, an option was added so that the client also waits for availability of system memory, avoiding the client process to crash.