首页 > 系统相关 >Ubuntu 解决 Too many open files 问题

Ubuntu 解决 Too many open files 问题

时间:2024-05-22 22:52:16浏览次数:24  
标签:files limits many sudo tee echo etc Too conf

#查看限制结果 
ulimit -a

# 修改配置
# 删除最后一行
echo -e "# add_config" | sudo tee -a /etc/security/limits.conf

# 加上文本
echo -e "\n" | sudo tee -a /etc/security/limits.conf
echo -e "mzc  \t  soft  \t  nproc  \t  204800" | sudo tee -a /etc/security/limits.conf
echo -e "mzc  \t  hard  \t  nproc  \t  204800" | sudo tee -a /etc/security/limits.conf
echo -e "mzc  \t  soft  \t  nofile  \t  204800" | sudo tee -a /etc/security/limits.conf
echo -e "mzc  \t  hard  \t  nofile  \t  204800" | sudo tee -a /etc/security/limits.conf
echo -e "root  \t  soft  \t  nproc  \t  204800" | sudo tee -a /etc/security/limits.conf
echo -e "root  \t  hard  \t  nproc  \t  204800" | sudo tee -a /etc/security/limits.conf
echo -e "root  \t  soft  \t  nofile  \t  204800" | sudo tee -a /etc/security/limits.conf
echo -e "root  \t  hard  \t  nofile  \t  204800" | sudo tee -a /etc/security/limits.conf
echo -e "\n" | sudo tee -a /etc/security/limits.conf
echo -e "# End of file" | sudo tee -a /etc/security/limits.conf

echo -e "\n" | sudo tee -a /etc/systemd/system.conf 
echo -e "# add_config" | sudo tee -a /etc/systemd/system.conf 
echo -e "DefaultLimitNOFILE=204800" | sudo tee -a /etc/systemd/system.conf 

echo -e "\n" | sudo tee -a /etc/systemd/user.conf 
echo -e "# add_config" | sudo tee -a /etc/systemd/user.conf 
echo -e "DefaultLimitNOFILE=204800" | sudo tee -a /etc/systemd/user.conf 

标签:files,limits,many,sudo,tee,echo,etc,Too,conf
From: https://www.cnblogs.com/meizhengchao/p/18207308

相关文章

  • i2ctools工具使用
    用i2cdetect检测有几组i2c总线在系统上,输入:./i2cdetect-l用i2cdetect检测挂载在i2c总线上器件,输入./i2cdetect-r-y0我们可以看到有0x50,0x51,0x56三个地址可以用用i2cdump查看器件所有寄存器的值,这个很有用,输入./i2cdump-f-y00x56用i2cget读取单个寄存器值用i2cs......
  • 【unity】在EditorWindow添加自定义的Toolbar按钮
    好久没写了,最近做工具,写了个EditorWindow,为了让使用者方便查看这个工具的文档,想着在导航栏加个问号按钮,点一下打开说明文档就完事~查了下unity手册,发现Unity提供了一个ShowButton 方法,用于在自定义Editor窗口的工具栏中添加自定义内容,下面是实现的例子:privateGUIStyle......
  • 无法加载文件 C:\Program Files\nodejs\pnpm.ps1,因为在此系统上禁止运行脚本。有关
    无法加载文件C:\ProgramFiles\nodejs\pnpm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅https:/go.micros  原因:现用执行策略是Restricted(默认设置)解决方法:1、使用管理员的身份打开powershell, win+x2、输入set-executionpolicyremotesigned后按y,问题得......
  • 关于SpringBoot项目使用Hutool工具进行json序列化时出现Null值过滤或者丢失的问题(转
    ##问题描述:SpringBoot项目中,一直使用的时Hutool的json转换工具,被强制要求不能使用fastJson工具;之前都没什么问题,突然有一次使用parseObj()进行json字符串转换json对象时,突然报错:Noserializerfoundforclasscn.hutool.json.JSONNullandnopropertiesdiscoveredtocreate......
  • 关于“error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for
    安装库之前一定要注意python版本,今天鬼迷日眼的装一堆堆库,一个回车冒出来这个鬼问题。百度无果后灵光乍现,只安装报错时对应的库:condainstallnumpy==1.20.1结果在输出里找出这一段:Specifications:-numpy==1.20.1->python[version='>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=......
  • CommunityToolkit从入门到精通(详细版)
    MVVM基础 Model:负责存储数据,以及对数据的处理。View:负责展示数据,以及与用户的交互。ViewModel:负责将Model的数据在View中显示出来,同时也负责将View中的事件传递给Model。可以说,ViewModel是Model和View之间的桥梁。组件模型(ComponentModel)ObservableObject......
  • Angular Material 17+ 高级教程 – Material Tooltip
        目录上一篇 AngularMaterial17+高级教程–CDKOverlay下一篇TODO想查看目录,请移步 Angular17+高级教程–目录......
  • Community Mvvm Toolkit常用组件的基本使用(第一版)
    一、组件ObservableObjectObservableObject实现了INotifyPropertyChanged和INotifyPropertyChanging,并触发PropertyChanged和PropertyChanging事件1publicclassUser:ObservableObject2{3privatestringname;45publicstringName6{7......
  • openGauss curosr-executemany_query-vars_list
    curosr.executemany(query,vars_list)功能描述此方法执行SQL命令所有参数序列或序列中的SQL映射。原型curosr.executemany(query,vars_list)参数表1curosr.executemany参数关键字参数说明query待执行的SQL语句。vars_list变量列表,匹配query中%s占位符。......
  • free AI online tools All In One
    freeAIonlinetoolsAllInOne免费AI在线工具/免费人工智能在线工具DuckDuckGoAIChat测试版Claude3Haikuhttps://duckduckgo.com/?q=DuckDuckGo&ia=chatChatGPTfunctioncurry(func){returnfunctioncurried(...args){if(args.length>=......