当前位置:网站首页>Mongodb starts warning information processing
Mongodb starts warning information processing
2022-04-23 07:47:00 【Brother Bing】
One 、 Problem description :
mongodb Alarm message appears after startup , The details are as follows: :

Two 、 Solution :
I don't say much nonsense , Specific solutions are given below :
1、 Warning content :
WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.We suggest setting it to 'never'
processing method :
$ echo never /sys/kernel/mm/transparent_hugepage/enabled
Be careful : Here you need to root Account operation , Restart after the operation mongodb.
2、 Warning content :
WARNING: soft rlimits too low. rlimits set to 7145 processes, 65535 files. Number of processes should be at least 32767.5 : 0.5 times number of files.
processing method :
$ sudo vim /etc/security/limits.conf
# limits.conf
# Append the following fields at the end , Save and exit when finished
* soft nproc 65535
* hard nproc 65535
Be careful : Restart after the operation mongodb.
版权声明
本文为[Brother Bing]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230625585286.html
边栏推荐
猜你喜欢

使用flask时代码无报错自动结束,无法保持连接,访问不了url。

Authorization server (simple construction of authorization server)

中间人环境mitmproxy搭建

SAP PI/PO登录使用及基本功能简介

Rethink | open the girl heart mode of station B and explore the design and implementation of APP skin changing mechanism

SAP CR传输请求顺序、依赖检查

Apache Hudi 如何加速传统的批处理模式?

SAP RFC_CVI_EI_INBOUND_MAIN BP主数据创建示例(仅演示客户)

命令行参数传递库argparse的使用

js之什么是事件?事件三要素以及操作元素
随机推荐
js之函数的两种声明方式
利用网页表格导出EXCEL表格加线框及表格内部间距的问题
Nodejs (I) event driven programming
给定区段范围内字符串自生成代码
The difference and application of VR, AR and MR, as well as some implementation principles of AR technology
SAP 03-AMDP CDS Table Function using ‘WITH‘ Clause(Join子查询内容)
Install and configure Taobao image NPM (cnpm)
The page displays the current time in real time
异步的学习
What are the total number of all courses of Mr. Tang Xiaoyang, who is very popular in CSDN (question mark)
C#使用拉依达准则(3σ准则)剔除异常数据(.Net剔除一组数据中的奇异值)
Moment. Format of format method function in JS
NodeJS(四) 字符读取
Unityshader Foundation
js之什么是事件?事件三要素以及操作元素
C# SmoothProgressBar自定义进度条控件
驼峰命名对像
Event system (II) multicast events
系统与软件安全研究(三)
系统与软件安全研究(四)