sonarqube启动报错:You must address the points described in the following [2] lines before starting Elasticsearch.bootstrap check XXXmax numberXXXfor user[sonar] is too low .XXX check the logs at XXX/.log

You must address the points described in the following [2] lines before starting Elasticsearch.bootstrap check failure [1] of [2]: max number of threads [3870] for user[sonar] istoo low,increase to at least [4096]bootstrap check failure [2] of [2]: max virtual memory areas vm.max map count [65530is too low,increase to at least [262144]ERROR: Elasticsearch did not exit normally- check the logs at /usr/local/sonarqube-90.0.45539/logs/sonarqube.logapp[]

 

 

 

解决如下:

修改/etc/sysctl.conf文件,文件末尾追加vm.max_map_count=262144

修改/etc/security/limits.conf文件,文件末尾追加

* soft nproc 4096* hard nproc 4096* soft nofile 1000000* hard nofile 1000000

然后重启虚拟机,再次启动sonar

浏览器访问:http://你的服务器ip:9000

登录用户admin   密码admin 作者:码同学软件测试 https://www.bilibili.com/read/cv15756601/ 出处:bilibili

posted @   翻滚的小强  阅读(145)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· Docker 太简单,K8s 太复杂?w7panel 让容器管理更轻松!
点击右上角即可分享
微信分享提示