(ALL-AI)Think. Code. Repeat.

Home Archives
2025-06-04

Linux Too many open files 异常解决

编辑/etc/security/limits.conf文件,添加或修改相应的行来增加限制。例如:

1
2
3
4
* soft nproc 65535
* hard nproc 65535
* soft nofile 65535
* hard nofile 65535
Teilen
Neuer
Ubuntu-性能服务器参数优化
Älter
系统启用了 SELinux 或 AppArmor,限制 MongoDB 的访问权限。导致服务 mongod.service 启动失败

Archiv

  • 三月 2026
  • 二月 2026
  • 一月 2026
  • 十二月 2025
  • 十一月 2025
  • 十月 2025
  • 九月 2025
  • 八月 2025
  • 七月 2025
  • 六月 2025
  • 五月 2025

letzter Beitrag

  • 260317-openclaw-skills技能整理
  • 260311-openclaw-cn部署和使用
  • 260310-openclaw部署和使用
  • 260309-Virtualbox主机和虚拟机之间文件夹共享及双向拷贝(Windows<->Windows, Windows<->Linux)
  • 260308-virtualbox-ubuntu-initrams-文件错误
© 2026 owen
Powered by Hexo
Home Archives