当前位置:网站首页>启动solr报错The stack size specified is too small,Specify at least 328k
启动solr报错The stack size specified is too small,Specify at least 328k
2022-07-01 13:00:00 【沧浪之水NaN】
solr版本 8.6.3
启动solr失败,报错:

解决办法
修改solr/bin/solr.in.sh文件,加入如下属性
SOLR_JAVA_STACK_SIZE="-Xss768k"
重新启动
[[email protected] solr]# bin/solr start -p 8983 -force
*** [WARN] *** Your open file limit is currently 1024.
It should be set to 65000 to avoid operational disruption.
If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false in your profile or solr.in.sh
Waiting up to 180 seconds to see Solr running on port 8983 [|]
Started Solr server on port 8983 (pid=24125). Happy searching!
边栏推荐
- SSO and JWT good article sorting
- Jenkins+webhooks-多分支参数化构建-
- 商汤科技崩盘 :IPO时已写好的剧本
- 不同的测试技术区分
- 腾讯总考epoll, 很烦
- GID: open vision proposes a comprehensive detection model knowledge distillation | CVPR 2021
- Report on the "14th five year plan" and investment strategy recommendations for China's industrial robot industry 2022 ~ 2028
- Detailed explanation of OSPF LSA of routing Foundation
- 我选的热门专业,四年后成了“天坑”
- 数字化转型再下一城,数字孪生厂商优锘科技宣布完成超3亿元融资
猜你喜欢

The popular major I chose became "Tiankeng" four years later

leetcode:226. 翻转二叉树【dfs翻转】

数据库之MHA高可用集群部署及故障切换

79. 单词搜索【dfs + 回溯visit + 遍历起点】

shell脚本导入存储过程到数据库
![[encounter Django] - (II) database configuration](/img/13/9512c1e03349092874055771c3433d.png)
[encounter Django] - (II) database configuration

Project deployment is not difficult at all!

MHA high availability cluster deployment and failover of database

I spent tens of thousands of dollars to learn and bring goods: I earned 3 yuan in three days, and the transaction depends on the bill

Function test process in software testing
随机推荐
Shell script imports stored procedures into the database
CV顶会最佳论文得主分享:好论文是怎么炼成的?
The popular major I chose became "Tiankeng" four years later
基于开源流批一体数据同步引擎 ChunJun 数据还原 —DDL 解析模块的实战分享
Vs code set code auto save
VM virtual machine configuration dynamic IP and static IP access
Router.use() requires a middleware function but got a Object
PG基础篇--逻辑结构管理(触发器)
Tencent security and KPMG released a regulatory technology white paper to analyze the "3+3" hot application scenarios
JS变色的乐高积木
科学创业三问:关于时机、痛点与重要决策
Feign & Eureka & Zuul & Hystrix 流程
ROS2 Foxy depthai_ros教程
SQLAlchemy在删除有外键约束的记录时,外键约束未起作用,何解?
Mobile note application
C language learning
工具箱之 IKVM.NET 项目新进展
How can genetic testing help patients fight disease?
Tencent always takes epoll, which is annoying
逆向调试入门-PE结构-输入表输出表05/07