LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to use ulimit to control processes? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-use-ulimit-to-control-processes-633030/)

windows_usr 04-04-2008 11:18 AM

how to use ulimit to control processes?
 
I set max process with "ulimit -u 300" on command line but it didnt work. I still can see over 300 tasks(around 1200 tasks) when i use top. Any idea?

raskin 04-04-2008 04:47 PM

ulimit limits only the total parameters of process tree with root node in the shell where you run it. Already running processes and processes that are not descendants of current shell are not affected.


All times are GMT -5. The time now is 03:13 AM.