mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #867] Disk space has been increasing and CPU load high #504
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#504
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @linux0x5c on GitHub (Dec 4, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/867
s3fs version : 1.84
mount options: /usr/bin/s3fs#hbase /mnt/hbase/data fuse url=XXXX,endpoint=obs.cn-north-1.myhwclouds.com,noatime,rw,ensure_diskfree=30000 0 0
issue:
1.my root disk have lot of deleted about s3fs,and disk space has been increasing.
2.when my root disk space less than 30000MB,my CPU load become very very high,so that I can't work properly.
@Gandalf- commented on GitHub (Dec 23, 2018):
The disk usage may be related to the findings in Issue #873
It appears that disk caching is always enabled, and has unbounded size.
@gaul commented on GitHub (Oct 10, 2020):
Please test with the latest version 1.87.
@gaul commented on GitHub (Nov 15, 2020):
Please reopen if symptoms persist.