A process cannot use more than NR_OPEN file descriptors.
一个进程不能使用超过NR_OPEN文件描述符。
A process cannot use more than NR_OPEN file descriptors.
OPEN是一个进程可以打开的最大文件数。
They perform control functions associated with open file descriptors.
它们可以完成与打开的文件描述符相关联的控制功能。
Closely related to disk is the number of file descriptors that can be open.
与磁盘密切相关的是可以打开的文件描述符数量。
Each process has OPEN_MAX file descriptors, and you're trying to open (OPEN_MAX + 1) files.
每个进程具有OPEN_MAX个文件描述符,您正尝试打开(open_max +1个)文件。
Each process has OPEN_MAX file descriptors, and you're trying to open (OPEN_MAX + 1) files.
每个进程具有OPEN_MAX个文件描述符,您正尝试打开(open_max +1个)文件。
应用推荐