Operating System - Linux
1828202 Members
2215 Online
109975 Solutions
New Discussion

increase the process limit of user

 
SOLVED
Go to solution
peterchu
Super Advisor

increase the process limit of user

I use RH8 now , I know that when the user do the process , it reach the process limit that the system is allowed , how can I increase it ? thx.
2 REPLIES 2
benoit Bruckert
Honored Contributor
Solution

Re: increase the process limit of user

Hi,
you can dynamically change /proc/sys/kernel/threads-max and ulimit
to define the number you want. (this is for 2.4 kernels) . For 2.2 kernels you have a fixed limit of 512 per user (linked with a hardware processor parameter).

Hth,
Benoit
Une application mal pansée aboutit à une usine à gaze (GHG)
Muthukumar_5
Honored Contributor

Re: increase the process limit of user

You can get the process limit given to the user as,

ulimit -u

As a super user we can control the user's process limit with /etc/security/limits.conf
file.

A related discussion is over,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=691899
Easy to suggest when don't know about the problem!