Re: Unable to change open file limit

2011-04-26 Thread Camaleón
On Tue, 26 Apr 2011 16:35:57 +0100, kuLa wrote: > On 26/04/11 14:27, Артём Жирков wrote: (...) >> then I played a little with user specific limits: (root@server2)-(~) $ >> cat /etc/security/limits.conf | grep nofile #- nofile - max >> number of open files * softnofile 12000 >>

Re: Unable to change open file limit

2011-04-26 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/04/11 14:27, Артём Жирков wrote: > Hello, > My webserver suffer from open limit in 1024 files, so I tried to > increase it, but without much luck. > At first, I changed sysctl value: > (root@server2)-(~) $ cat /etc/sysctl.conf | grep fs.file > fs

Unable to change open file limit

2011-04-26 Thread Артём Жирков
Hello, My webserver suffer from open limit in 1024 files, so I tried to increase it, but without much luck. At first, I changed sysctl value: (root@server2)-(~) $ cat /etc/sysctl.conf | grep fs.file fs.file-max = 12000 (root@server2)-(~) $ cat /proc/sys/fs/file-max 12000 then I played a little with