kunpengdb
故障排除
更新时间:2020/08/06 GMT+08:00
问题一:启动时报错“Could not create the Java Virtual Machine”
现象描述:
启动时报如下信息:
The stack size specified is too small, Specify at least 328k Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
可能原因:
JVM参数设置中堆的大小设置过小。
处理步骤:
可通过调整conf/jvm.options选项后启动:
vi conf/jvm.options # Per-thread stack size. -Xss512k
父主题: 安装Cassandra
