Hello all,
i have small problem with my LXC ( CentOS + Nginx )
below nginx.error.log
setrlimit(RLIMIT_NOFILE, 51200) failed (1: Operation not permitted)
i try set manualy
[root@100 ~]# ulimit -n 65536
[root@100 ~]# ulimit -n
65536
[root@100 ~]# ps -ef | grep nginx
root 438 1 0...