-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mount-s3 : Memory Usage Not Reduced After ReadFile Operation #1182
Comments
Hey @Arasan-B, thanks for the report. Could you please add It's an ongoing effort to reduce memory usage of Mountpoint, and it's tracked with #987. |
@unexge , Adding debug logs
|
Mountpoint for Amazon S3 version
mount-s3 1.12.0
AWS Region
us-west-2
Describe the running environment
Mountpoint options
What happened?
We run a process that performs os.ReadFile() with the exact path of file against mount-s3. During this process, we observe mount-s3 to consume up-to 40 to 50% of available RAM and stays there even when there is no ReadFile operation.
Observed the utilization of mount-s3 not reducing from 40 to 50%, unless we manually perform a re-mount operation.
Bucket size is 8.3TB with ~2000 objects
Relevant log output
The text was updated successfully, but these errors were encountered: