On 9/12/2018 7:43 AM, Dominique Bejean wrote:
> Are you aware about issues in Java applications in Docker if java version
> is not 10 ?
> https://blog.docker.com/2018/04/improved-docker-container-integration-with-java-10/
Solr explicitly sets heap size when it starts, so Java is *NOT*
determining the heap size automatically.
As for CPUs, if the container isn't sized appropriately, then I guess
you might have an issue there.
The latest version of Solr should start and run just fine in Java 10.
Some earlier versions of 7.x have problems starting in Java 10, but
should *run* fine after the script is fixed to detect the version
correctly. Solr 6.x is not qualified for Java 9, and therefore not
qualified for Java 10.
Thanks,
Shawn
|