LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Why can not increase the open files (fds) ? (https://www.linuxquestions.org/questions/linux-newbie-8/why-can-not-increase-the-open-files-fds-904682/)

chachi95 09-23-2011 03:07 PM

Why can not increase the open files (fds) ?
 
Hi,

I'm dealing with a problem a week ago, i'm trying to increase the fds limit for lighttpd on my Debian but without result :(

ulimit -n 4096 and added

* soft nofile 4096
* hard nofile 63536

to limits.conf

and the options don't take effect but i tried on annother virtual debian machine and it works correctly but why ?

Who is blocking the system to increase the fds value ?

Thank you !

chachi95 09-24-2011 06:36 AM

up !

ShadowCat8 09-26-2011 11:33 AM

Hmmm...

Not sure what else may be at play with lighttpd off-hand, but you might want to try something like this:
Code:

~ # grep -r ulimit /etc/*
That should give you every location that ulimit is set and/or mentioned in the config files.

HTH. Let us know.


All times are GMT -5. The time now is 02:36 PM.