mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1031] Continuous increase of cpu and mem usage in ubuntu 18.04 #566
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#566
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 @substa on GitHub (May 13, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1031
Version of s3fs being used (s3fs --version)
V 1.82
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.7
Kernel information (uname -r)
4.15.0-48-generic
GNU/Linux Distribution, if applicable (cat /etc/os-release)
Ubuntu 18.04.2 LTS
s3fs command line used, if applicable
Details about issue
Continuous increase of cpu and mem usage.
After 10 minutes:
PID PPID CMD %MEM %CPU
25006 1 s3fs -o allow_other,use_cac 4.9 6.7
After 20 minutes:
PID PPID CMD %MEM %CPU
25006 1 s3fs -o allow_other,use_cac 7.6 12.8
etc etc, cpu and mem usage continue to increase until the crash...
The problem started after the upgrade to current LTS ubuntu release.
Temporarily I'm fixing with a cron script that unmount and remount every N minutes...
(P.S. already added bucket mountpoint to PRUNEPATHS in /etc/updatedb.conf)
@gaul commented on GitHub (May 13, 2019):
Could you test with the latest version 1.85? It includes many fixes and 1.82 is several years old.
@substa commented on GitHub (May 13, 2019):
On my repo 1.82 is the latest.
Is there an alternative repo or I have to install it manually?
@gaul commented on GitHub (May 13, 2019):
I reported https://bugs.launchpad.net/ubuntu/+source/s3fs-fuse/+bug/1828849 to Ubuntu to upgrade their s3fs version but you should try compiling from source in the interim.
@substa commented on GitHub (May 13, 2019):
Ok perfect,
version 1.86 seems to have fixed the bug.
Thank you :)