ERROR: [1] bootstrap checks failed
[1]: JVM is using the client VM [Java HotSpot? Client VM] but should be using a server VM for the best performance
在Linux 6.5 下安装Elasticsearch 出现错误:
JVM is using the client VM [Java HotSpot(TM) Client VM] but should be using a server VM for the best performance
JVM正在使用客户机VM [Java HotSpot(TM)客户机VM],但是为了获得最佳性能,应该使用服务器VM
解决方案:
将VM设置成 Server VM:
找到 jre安装目录 /lib /i386 /jvm.cfg 文件,JVM默认是client版本 :如图所示,第一行和第二行互换位置即可,谁在上面就是谁。目前是Server VM
切换成功
tips :
xp 交换前后两个字符的位置
ddp 上下两行的位置交换