Skip to content
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

OutOfMemory error when handling big files #17

Open
skonair opened this issue Jul 13, 2020 · 0 comments
Open

OutOfMemory error when handling big files #17

skonair opened this issue Jul 13, 2020 · 0 comments

Comments

@skonair
Copy link
Contributor

skonair commented Jul 13, 2020

When we deal with big payloads (5-6MB in response files), we run into the following error at the end of the tests.

Problem in daemon expiration check
java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.Arrays.copyOf(Arrays.java:3181)
at java.util.ArrayList.toArray(ArrayList.java:380)
at java.util.ArrayList.(ArrayList.java:178)
...
Expiring Daemon because JVM heap space is exhausted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant