Tôi dường như không thể tăng nofile
giới hạn cho người dùng không root trên Ubuntu 14.04, mặc dù tuân theo mọi câu trả lời của StackExchange liên quan đến vấn đề này. Cho đến nay tôi có:
$ 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
Đã khởi động lại, đăng nhập và:
$ ulimit -n 4097
-bash: ulimit: open files: cannot modify limit: Operation not permitted
Có vẫn bằng cách nào đó có vẻ là một giới hạn 4096 tối đa cho người dùng không có rễ.