|
sysctl -a | grep fs.file nr就是已经用的,今天有需要,找了一把,记录一下 ============================================================== file-max & file-nr: The kernel allocates file handles dynamically, but as yet it The value in file-max denotes the maximum number of file- The three values in file-nr denote the number of allocated ============================================================== |
linux下查看文件描述符信息
最新推荐文章于 2024-05-25 22:40:57 发布
本文介绍了Linux系统中文件句柄(file handle)的管理和调整方法。包括如何查看当前系统已分配的句柄数量、未使用的句柄数量及最大句柄数。当遇到因句柄不足导致的应用错误时,可以通过调整内核参数来增加最大句柄数。
6868

被折叠的 条评论
为什么被折叠?



