mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #700] s3fs is taking more cpu in ubuntu 16.0.4 #394
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#394
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 @chand8 on GitHub (Dec 15, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/700
Recently I have migrated my website from ubuntu 12 to 16. From that time, s3fs is taking more cpu.
My mount options are
/usr/local/bin/s3fs my-data-01 /var/www/application/public/data -opasswd_file=/etc/passwd-s3fs -ouse_cache=/tmp -oallow_other -ourl=https://s3.amazonaws.com -ouid=48 -ogid=48 -oumask=022
s3fs --version
Amazon Simple Storage Service File System 1.70
Lots of s3fs processes are running
@ggtakec commented on GitHub (Jan 14, 2018):
@chand8 I'm sorry for my late reply.
It seems that s3fs is old version, probably we hard to support that version.
If you could update s3fs(latest version is v.1.83), please try to use latest one.
Thanks in advance for your assistance.
@gaul commented on GitHub (Jan 15, 2018):
@chand8 Sorry this is too broad of an issue for us to act upon. Try profiling with
perfand see where the bottleneck lies.@gaul commented on GitHub (Jan 24, 2019):
I wonder if you have
updatedbrunning on this machine? This is a common symptom:https://stackoverflow.com/questions/52372095/tracking-down-s3-costs-s3fs
@gaul commented on GitHub (Jun 25, 2019):
Please reopen if the suggested workaround does not address your symptoms.