-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.40.0: Unexpected disk cache grows #102
Comments
Hi. Sorry for not answering :-) |
Hi, thanks for answering ) |
In that case I suppose it's better for you to disable disk cache at all :) |
Hi, team!
We used 0.39.1 before and disk cache consumption was quite stable, like 100GB from 1TB partition.
But with 0.40.0 cache started to grow continiously and reached about 600GB in a few hours. Rollback fixed the issue.
So something has changed and I don't understand what will happen with geesefs when cache partition is full.
Updated: our system makes a lot of writes and moves but few reads. So I believe it is write cache that grows.
Parameters we use:
/usr/local/bin/geesefs --endpoint 'https://s3.host' --region foo --storage-class STANDARD --uid 5001 --gid 5001 --no-checksum --memory-limit 3072 --read-ahead-large 20 --max-flushers 32 --max-parallel-parts 32 --part-sizes '50' --single-part 50 --cache '/media/cache/s3fuse/%i' -o allow_other --cheap --no-specials '%i' '/media/%i'
The text was updated successfully, but these errors were encountered: