[GH-ISSUE #700] s3fs is taking more cpu in ubuntu 16.0.4 #394

Closed
opened 2026-03-04 01:45:09 +03:00 by kerem · 4 comments
Owner

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

image

s3fs --version
Amazon Simple Storage Service File System 1.70

Lots of s3fs processes are running

error-s3fs

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 ![image](https://user-images.githubusercontent.com/20638334/34046861-7bb9590e-e1d4-11e7-955d-ade4866829a8.png) s3fs --version Amazon Simple Storage Service File System 1.70 Lots of s3fs processes are running ![error-s3fs](https://user-images.githubusercontent.com/20638334/34047983-095cc78e-e1d8-11e7-96bc-4def31903f2e.png)
kerem closed this issue 2026-03-04 01:45:09 +03:00
Author
Owner

@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.

<!-- gh-comment-id:357493698 --> @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.
Author
Owner

@gaul commented on GitHub (Jan 15, 2018):

@chand8 Sorry this is too broad of an issue for us to act upon. Try profiling with perf and see where the bottleneck lies.

<!-- gh-comment-id:357730418 --> @gaul commented on GitHub (Jan 15, 2018): @chand8 Sorry this is too broad of an issue for us to act upon. Try profiling with `perf` and see where the bottleneck lies.
Author
Owner

@gaul commented on GitHub (Jan 24, 2019):

I wonder if you have updatedb running on this machine? This is a common symptom:

https://stackoverflow.com/questions/52372095/tracking-down-s3-costs-s3fs

<!-- gh-comment-id:457035663 --> @gaul commented on GitHub (Jan 24, 2019): I wonder if you have `updatedb` running on this machine? This is a common symptom: https://stackoverflow.com/questions/52372095/tracking-down-s3-costs-s3fs
Author
Owner

@gaul commented on GitHub (Jun 25, 2019):

Please reopen if the suggested workaround does not address your symptoms.

<!-- gh-comment-id:505612495 --> @gaul commented on GitHub (Jun 25, 2019): Please reopen if the suggested workaround does not address your symptoms.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#394
No description provided.