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

Problem with Eclipse Temurin 17-JDK image on Docker Hub #219

Closed
entrusc opened this issue Jun 7, 2022 · 2 comments
Closed

Problem with Eclipse Temurin 17-JDK image on Docker Hub #219

entrusc opened this issue Jun 7, 2022 · 2 comments

Comments

@entrusc
Copy link

entrusc commented Jun 7, 2022

Seems that there is a bug in the image that was pushed roughly 2 hours ago with the tag 17-JDK to docker hub:

grafik

The linux amd64 version jdk will not start and complain with an out of memory exception like this even though we have over 50GB of memory left. Also I've tested it with an older tag and it works just fine:

#
# There is insufficient memory for the Java Runtime Environment to continue.
# Cannot create worker GC thread. Out of system resources.
# An error report file with more information is saved as:
# /tmp/hs_err_pid7.log
[0.003s][warning][os,thread] Failed to start thread - pthread_create failed (EPERM) for attributes: stacksize: 1024k, guardsize: 4k, detached.

Not 100% sure if this is the correct repo to report the issue, if not, please just close the issue. Thanks!

@entrusc entrusc changed the title Problem with Eclipse Temurin 17-JDK image on Dockerhub Problem with Eclipse Temurin 17-JDK image on Docker Hub Jun 7, 2022
@jerboaa
Copy link

jerboaa commented Jun 7, 2022

Looks like a dupe of #214 and #215. Please check your docker version. Some explanation is here: #215 (comment)

@entrusc
Copy link
Author

entrusc commented Jun 7, 2022

Thanks @jerboaa - after upgrading to Docker version 20.10.17 the problem disappeared. Closing the ticket.

This issue was closed.
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

2 participants