Arm64 Centos docker 启动 solr 问题解决方法
2024-3-30 22:8:33 Author: www.yanglong.pro(查看原文) 阅读量:2 收藏

 docker container run -itd --name solr -e SOLR_JAVA_STACK_SIZE=-Xss1m solr -m 2g

指定SOLR_JAVA_STACK_SIZE即可

Starting Solr
Java 17 detected. Enabled workaround for SOLR-16463
[0.001s][warning][pagesize] UseLargePages disabled, no large pages configured and available on the system.

The Java thread stack size specified is too small. Specify at least 448k
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

文章来源: https://www.yanglong.pro/arm64-centos-docker-%e5%90%af%e5%8a%a8-solr-%e9%97%ae%e9%a2%98%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95/
如有侵权请联系:admin#unsafe.sh