当前位置:网站首页>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
边栏推荐
- SampleCameraFilter
- MySQL storage engine
- electron-builder打包报错:proxyconnect tcp: dial tcp :0: connectex
- js之函数的两种声明方式
- The page displays the current time in real time
- ABAP 实现发布RESTful服务供外部调用示例
- Online Safe Trajectory Generation For Quadrotors Using Fast Marching Method and Bernstein Basis Poly
- 面经的总结
- Ogldev reading notes
- Nodejs (I) event driven programming
猜你喜欢
防抖和节流
keytool: command not found
SAP PI / Po rfc2restful Publishing RFC interface as restful examples (proxy indirect)
SAP CR传输请求顺序、依赖检查
对复杂字典Dictionary<T1,T2>排序问题
Super classic & Programming Guide (red and blue book) - Reading Notes
SAP ECC连接SAP PI系统配置
SVG中Path Data数据简化及文件夹所有文件批量导出为图片
ABAP 从CDS VIEW 发布OData Service示例
Django uses MySQL database to solve error reporting
随机推荐
C# SmoothProgressBar自定义进度条控件
SAP SALV14 后台输出SALV数据可直接保存文件,发送Email(带排序、超链接、筛选格式)
Install and configure Taobao image NPM (cnpm)
Use of typescript dictionary
NodeJS(六) 子进程操作
ABAP 从CDS VIEW 发布OData Service示例
SAP 导出Excel文件打开显示:“xxx“的文件格式和扩展名不匹配。文件可能已损坏或不安全。除非您信任其来源,否则请勿打开。是否仍要打开它?
SAP CR传输请求顺序、依赖检查
url转成对象
One of event management
面经总结2
中间人环境mitmproxy搭建
Processing of common dependency module
C# 多个矩形围成的多边形标注位置的问题
Django uses MySQL database to solve error reporting
10. Update operation
How to judge whether a point is within a polygon (including complex polygons or a large number of polygons)
C#使用拉依达准则(3σ准则)剔除异常数据(.Net剔除一组数据中的奇异值)
Towords Open World Object Detection
Unity screen adaptation