mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2441] I use s3fs 1.89 version, find s3fs have Memory leakage.s3fs is killed Beacuse of OOM #1202
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#1202
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 @loongyiyao on GitHub (Apr 8, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2441
Additional Information
Version of s3fs being used (s3fs --version)
V1.89
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse or dpkg -s fuse)
Kernel information (uname -r)
5.10.134-13.1.zncgsl6.x86_64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
How to run s3fs, if applicable
/usr/bin/s3fs sttest /dev/mount1 -o url=https://xx.xx.xx.xx:xx -o endpoint=cn-east-1 -o sigv2 -o passwd_file=/home/.passwd-s3fs -o use_path_request_style -o allow_other -o umask=0 -o use_cache=/dev/cache1 -o del_cache -o ensure_diskfree=-4096 -o enable_noobj_cache -o parallel_count=20 -o multipart_size=52 -o dbglevel=warn
Details about issue
s3fs have Memory leakage.s3fs is killed Beacuse of OOM
@gaul commented on GitHub (Apr 8, 2024):
Please test with the latest version 1.94 and reopen if your symptoms persist.
@loongyiyao commented on GitHub (Apr 15, 2024):
@gaul s3fs still has Memory leakage with the latest version 1.94. curl version is 1.68,openssl version is 1.0.1k
@loongyiyao commented on GitHub (Apr 15, 2024):