- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我对自由分配的文件描述符有疑问,它始终为零!
例如:
$ cat /proc/sys/fs/file-nr
4448 0 1529806
据我所知,这意味着以下内容:
4448 is total alocated file descriptors
0 is total of free alocated file descriptors
1529806 is the total limit of the system
我还设置了以下 ulimits:
$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 120242
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
**open files (-n) 500000**
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 120242
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
系统文件最大值:
$ cat /proc/sys/fs/file-max
1529806
打开次数最多的文件是由 Kannel
守护程序(bearerbox
和 smppbox
)打开的。一旦打开的文件数量达到限制,smppbox
就会被卡住,只有重新启动它才能有所帮助,这根本不是解决方案。
根据我在互联网上找到的文章,我了解到系统中没有免费分配的文件描述符。
我尝试过的所有解决方案都没有帮助。
我做错了什么?
需要你的帮助。
提前谢谢你。
最佳答案
根据 man page for proc : (强调我的)
/proc/sys/fs/file-nr
This (read-only) file contains three numbers: the number of allocated file handles (i.e., the number of files presently opened); the number of free file handles; and the maximum number of file handles (i.e., the same value as /proc/sys/fs/file-max). If the number of allocated file handles is close to the maximum, you should consider increasing the maximum. Before Linux 2.6, the kernel allocated file handles dynamically, but it didn't free them again. Instead the free file handles were kept in a list for reallocation; the "free file handles" value indicates the size of that list. A large number of free file handles indicates that there was a past peak in the usage of open file handles. Since Linux 2.6, the kernel does deallocate freed file handles, and the "free file handles" value is always zero.
所以在内核版本 >= 2.6 上这将始终为零
关于linux - 免费分配的文件描述符总数始终为零 - Ubuntu 14.04 LTS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43870640/
我想升级 Azure ML 中计算实例附带的默认 Ubuntu 版本。 有人有安全升级到最新 LTS 的指南吗? 最佳答案 您想要这样做有什么具体原因吗? 由于存在一些严重依赖项( https://l
node:lts-alpine3.14 和 node:lts-alpine 有什么区别?我应该将哪一个用于 Node 后端 API? 我想将其中一张图片用于我的 Node 后端 API,如下所示:表达
node:lts-alpine3.14 和 node:lts-alpine 有什么区别?我应该将哪一个用于 Node 后端 API? 我想将其中一张图片用于我的 Node 后端 API,如下所示:表达
从 Ubuntu 10.04LTS 升级到 12.04LTS 时,我们保留了所有必要的配置文件(svn、trac、apache2)。起初一切似乎都运行良好。我们仍然可以使用最新版本的 subclips
在我当前运行 Ubuntu 14.04 的 Office PC 中,没有任何交换分区(安装时安装程序未创建交换空间)。现在我想创建一个交换空间分区。我知道有一个创建交换文件或交换分区的过程。访问htt
关闭。这个问题是off-topic .它目前不接受答案。 想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。 8年前关闭。 Improve this q
我正在使用 Jenkins 滚动发布,我试图转移到 Jenkins 的 LTS 版本,但我没有找到从滚动发布转移到 LTS 版本的直接方法。 我的旧 Jenkins 中有很多配置,所以无法安装新的 J
是否有一个 stack 命令可以运行来获取我的系统上通过 stack 安装的所有 LTS 版本的列表? 最佳答案 不确定 stack 命令,但您可以使用 bash 命令来完成: $ ls ~/.sta
我在维基百科上查了一下,那里只有一行。任何人都有更详细的描述吗? Ubuntu 使用这种表示法发布他们的操作系统,但我无法找到关于它的含义/包含的详细描述。我已经阅读了 Ubuntu 表示法,但需要更
vsftpd是常用的ftp server端,网上文档很多。能用的很少,耽误了很多时间。 现记录一次安装配置的过程: 环境: Ubuntu 14.04.2 LTS 安装: sudo ap
我已经在Windows上从here安装了nvm,但是正在运行nvm install lts打印: lts.0.0 Node.js vlts.0.0 is only available in 32-b
堆栈文档提供了使用 ghcjs 进行编译的示例配置 https://docs.haskellstack.org/en/stable/ghcjs/ 。但最新的例子是 lts-7.19。我想配置堆栈以使用
我对“使用 Java 需要付费吗?”的理解的 Java programming language Free 是我可以使用 OpenJDK(版本 11)构建,前提是我不需要 LTS,因为 OpenJDK
Java 17 更新了,作为一个 10 年的 Java 程序员,还是有亿点点兴奋的,Kotlin 的群里面也是各种讨论 Java 的新特性。 我记得五六年前,谈论起当时刚刚进入人们视野不久的 Ja
本文整理了Java中com.github.ltsopensource.zookeeper.lts.ZkInterruptedException类的一些代码示例,展示了ZkInterruptedExce
本文整理了Java中com.github.ltsopensource.zookeeper.lts.ZkException类的一些代码示例,展示了ZkException类的具体用法。这些代码示例主要来源
我的 mongodb 安装不是很好。我在/etc/apt/sources.list 中添加了一个位置,但我收到一条错误消息,指出 i386 包和 amd64 包之间的条目中有重复项?我尝试了更新,但它
我正在尝试在 ubuntu 10.04 上安装 CoffeeScript 。它永远挂着。这是的输出 npm 安装 CoffeeScript --verbose: npm info it worked
我正在考虑在我的下一个项目中使用 Laravel 6.5,但是,我想确保它会被视为一个长期支持版本。 Laravel's documentation for version 6.x有一张表将版本 6
已结束。此问题不符合 Stack Overflow guidelines .它目前不接受答案。 这个问题似乎与 a specific programming problem, a software a
我是一名优秀的程序员,十分优秀!