Replies: 2 comments
-
After some thinking, this seems very much like unintended behavior. I've created an issue for it, see #4034 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I have a CRT s3 client and transfer manager setup like this:
When running the code in Kubernetes and trying to upload a large file (80-100GB), the pod uses way more memory than it's been assigned to do (>9GB in a pod with 8GB limit), and subsequently gets OOM-killed; since the java heap is smaller than 1GB, I'm suspecting that the CRT libraries is the reason for the high memory consumption. The same behavior occurs when uploading the same file using the CLI.
Is there any way to restrict how much memory the CRT client is allowed to use? The closes I've seen is setting
maxConcurrency
, but it seems very roundabout.Beta Was this translation helpful? Give feedback.
All reactions