nofile
이 문제와 관련된 모든 StackExchange 답변을 따름에도 불구하고 우분투 14.04에서 루트가 아닌 사용자 의 제한 을 늘릴 수없는 것 같습니다 . 지금까지 나는 :
$ cat /etc/security/limits.d/custom.conf
@www-data hard nofile 50000
@www-data soft nofile 50000
# even tried specifying the username directly:
myuser hard nofile 50000
myuser soft nofile 50000
$ grep 'limits' /etc/pam.d/common-session*
/etc/pam.d/common-session:session required pam_limits.so
/etc/pam.d/common-session-noninteractive:session required pam_limits.so
$ cat /proc/sys/fs/file-max
101232
재부팅, 로그인 및
$ ulimit -n 4097
-bash: ulimit: open files: cannot modify limit: Operation not permitted
이 여전히 어떻게 든 루트가 아닌 사용자를위한 4096 최대의 제한 될 것으로 보인다.