I am currently working on a huge project which requires me to do lots of testing
with my code as root, I usually have many daemons running and few of them fork()
new processes. The current limit on number of processes that a user can have is 40. The problem I have is that the limit is also imposed on root, so
that when root has more than 40 processes, I get error message.
I do not want to raise the limit on number of processes, because every user will
have bigger limit. Is there a way that I can only increase the limit for root.
Thanks in advance :-)
--
---------------------------------------------------------------------------
Hemant Shah |
Fermi National Accelerator Laboratory | All the opinions expressed are my own
Systems Integration Group | and does not necessarily reflect
| those of Fermilab.
Voice : (708) 840-8071 |
Fax : (708) 840-2783 |
USmail : MS 120 |
P.O. Box 500 | I haven't lost my mind,
Batavia, IL 60510 | it's backed on tape somewhere.
---------------------------------------------------------------------------