jliebert commented on PR #12:
URL: https://github.com/apache/solr-docker/pull/12#issuecomment-1286816185
solr:8.11.2 now crash on old Docker version like Docker 18.06:
$ docker version
Client:
Version: 18.06.1-ce
API version: 1.38
Go version: go1.10.3
Git commit: e68fc7a
Built: Tue Aug 21 17:23:03 2018
OS/Arch: linux/amd64
Experimental: false
Server:
Engine:
Version: 18.06.1-ce
API version: 1.38 (minimum version 1.12)
Go version: go1.10.3
Git commit: e68fc7a
Built: Tue Aug 21 17:25:29 2018
OS/Arch: linux/amd64
Experimental: false
$ docker run -ti --rm solr:8.11.2
Starting Solr
The currently defined JAVA_HOME (/opt/java/openjdk) refers
to a location where Java could not be found. Aborting.
Either fix the JAVA_HOME variable or remove it from the
environment so that the system PATH will be searched.
$ docker run -ti --rm solr:8.11.2 bash
solr@8f7cf7140759:/opt/solr-8.11.2$ java --version
[0.005s][warning][os,thread] Failed to start thread "GC Thread#0" -
pthread_create failed (EPERM) for attributes: stacksize: 1024k, guardsize: 4k,
detached.
#
# 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_pid9.log
--
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]