安装elk时碰到问题。

来源:2-2 单实例安装

qq_良好_0

2018-06-09 14:28

OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=Nda

为什么我执行sh ./bin/elaticsearch   出现上面的情况,求答案,谢谢。



写回答 关注

2回答

  • 慕斯5482594
    2018-06-13 23:35:38
    已采纳

    vi /etc/security/limits.d/90-nproc.conf

    * soft  nproc XXXX   #把XXXX改大点?  

    参考:

    https://www.cnblogs.com/jager/p/5776655.html  (记得回我结果)

    qq_良好_...

    * soft nofile 65536 * hard nofile 131072 * soft nproc 2048 * hard nproc 4096 我已经调到够大了,但还是执行上面的情况。

    2018-07-10 16:20:25

    共 2 条回复 >

  • 旺财123life
    2018-11-26 20:50:07

    切到普通用户试试?

ElasticSearch入门

ElasticSearch轻松入门,Spring Boot集成ES

67740 学习 · 302 问题

查看课程

相似问题