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

upgrade to java 11 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

upgrade to java 11 #2

wants to merge 1 commit into from

Conversation

mcopjan
Copy link

@mcopjan mcopjan commented Nov 25, 2020

we are using this container when running high volume of tests in parallel 50-100 workers to capture network logs. I have noticed that with java8 I was getting a lot of OutOfMemory exceptions and the proxy server was crashing. It also looks like JVM inside container retains memory and does not release it (even though all proxies have been disposed after test runs, see the attached image)

image
)

After upgrade to java 11 I don't see OOM although not releasing memory is still there, proxy server is constantly consuming about 2gb of memory even in idle state
image

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

Successfully merging this pull request may close these issues.

1 participant