-
Notifications
You must be signed in to change notification settings - Fork 180
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
Running out of heap space for large files #922
Comments
If needed, cpu and memory limits can be set for the container, the JVM will adjust automatically. Fixes #922
If needed, cpu and memory limits can be set for the container, the JVM will adjust automatically. Fixes #922
If needed, cpu and memory limits can be set for the container, the JVM will adjust automatically. Fixes #922
If needed, cpu and memory limits can be set for the container, the JVM will adjust automatically. Fixes #922
Just released 2.10.0, now S3Mock uses the resources available to the container. If you wanted to give 1GB to the S3Mock, you'd have to run |
Also, I just released 2.10.1 which fixes a bug where incoming request bodies would be read fully into memory. |
Is it possible to configure the container to run with a larger max heapspace than the current 128Mb? I am running the 2.8.0 version of the S3Mock.
The text was updated successfully, but these errors were encountered: