You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/10/19 12:40:15 UTC

[GitHub] [solr-docker] henrik242 commented on pull request #11: Workaround to avoid crashes for SOLR 9 on JDK17

henrik242 commented on PR #11:
URL: https://github.com/apache/solr-docker/pull/11#issuecomment-1283952650

   > As I am not familar how the "ARG SOLR_OPTS" works with docker in case of user overrides, we should maybe add a release note how to fix the bug in your own docker image or your installation if you set SOLR_OPTS manually.
   
   At least this works in docker-compose.yml:
   ```
   services:
        solr:
           image: solr:9.0.0
           command: solr -f -cloud
           environment:
               SOLR_OPTS: "-XX:CompileCommand=exclude,com.github.benmanes.caffeine.cache.BoundedLocalCache::put"
   ````
   


-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org