janhoy commented on code in PR #11:
URL: https://github.com/apache/solr-docker/pull/11#discussion_r999939993


##########
9.0/Dockerfile:
##########
@@ -131,6 +131,9 @@ RUN set -ex; \
     apt-get -y install acl dirmngr lsof procps wget netcat gosu tini jattach; \
     rm -rf /var/lib/apt/lists/*;
 
+# Workaround for JDK17 JIT compiler bug 
https://bugs.openjdk.org/browse/JDK-8285835
+ARG 
SOLR_OPTS="-XX:CompileCommand=exclude,com.github.benmanes.caffeine.cache.BoundedLocalCache::put"

Review Comment:
   Changed to `-a`, which is a better option. Testet, and you can now use 
SOLR_OPTS in addition for user-provided opts.



-- 
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