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

Out of memory error while using Http2 Async Controller #53

Open
ck-singh opened this issue Jun 16, 2023 · 1 comment
Open

Out of memory error while using Http2 Async Controller #53

ck-singh opened this issue Jun 16, 2023 · 1 comment

Comments

@ck-singh
Copy link

Using HTTP2 Async controller with JMeter 5.5 and jdk-11.0.18.10-hotspot. The script runs perfect on a low user load, but when ran at a slightly higher user load (25 users) the test fails with Out of memory errors. On closer look it was found that the heap memory footprint of each of the "org.apache.jmeter.threads.JMeterThread @ 0xef0c1b70" class is consuming 27 MBs during execution (as shown in attached screenshot).

Also observed following error in jmeter.log:-
"INFO o.e.j.i.AbstractConnection: Failure while notifying listener org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory$ConnectionListener@4cc6cc75 java.lang.OutOfMemoryError: Java heap space"

image

@ck-singh
Copy link
Author

ck-singh commented Jun 16, 2023

All listeners and assertions had already been disabled in the script and the test is being run in non-gui mode.

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

No branches or pull requests

1 participant