《深入理解Nginx:模块开发与架构解析》笔记

本文档详细介绍了如何通过编辑 /etc/sysctl.conf 文件来调整系统内核参数的方法。包括查看可修改参数、立即应用设置的命令及增加内核可持文件描述符数量的具体操作。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

设置系统内核参数


Which file?

/etc/sysctl.conf


Whitch params?

To show system params can be modified through command:

sysctl -a


Settings take effect

to enable the settings immediately by execute command:

sudo service procps start

I got this command by reading /etc/sysctl.d/README


Notes:

  1. to increase max fd numbers holded by kernel need to add this line in /etc/sysctl.conf:
    fs.file-max = 999999

To be continue…

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值