jliebert commented on PR #13:
URL: https://github.com/apache/solr-docker/pull/13#issuecomment-1286945102

   Hi, I have tested:
   
   $ docker --version
   Docker version 18.06.1-ce, build e68fc7a
   $ sudo docker run -ti --rm eclipse-temurin:11-jre java --version 
   [0.012s][warning][os,thread] Failed to start thread "VM Thread" - 
pthread_create failed (EPERM) for attributes: stacksize: 1024k, guardsize: 4k, 
detached.
   Error occurred during initialization of VM
   Cannot create VM thread. Out of system resources.
   
   **And with focal it's sucessfull:**
   $ sudo docker run -ti --rm eclipse-temurin:11-jre-focal java --version 
   openjdk 11.0.16.1 2022-08-12
   OpenJDK Runtime Environment Temurin-11.0.16.1+1 (build 11.0.16.1+1)
   OpenJDK 64-Bit Server VM Temurin-11.0.16.1+1 (build 11.0.16.1+1, mixed mode, 
sharing)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to