where are the default ulimit values set? (linux, centos)
- by nomercysir
I have two CentOS (5) servers with nearly identical specs. When I login and do:
ulimit -u
on one machine, I get
unlimited
and on the other,
77824
When I run a cron like
* * * * * ulimit -u > ulimit.txt
I get the same results (unlimited, 77824).
I am trying to determine where these are set so that I can alter them. They are not…