Mailinglist Archive: opensuse (3566 mails)
| < Previous | Next > |
[opensuse] sentting system-wide ulimit defaults in 10.2
- From: "Alec Matusis" <matusis@xxxxxxxxxxx>
- Date: Wed, 25 Apr 2007 13:36:04 -0700
- Message-id: <018301c78779$594e6150$0beb23f0$@com>
Hello,
I need to change default system-wide ulimits.
I am trying to set HARDFDLIMIT=10000 in /etc/sysconfig/ulimit
What do I need to do (apart from rebooting) for this to take effect?
I tried
#killall mingetty
and also
#init 1; init 3
but my ulimits are unchanged:
# ulimit -Hn
8192
(thats the default).
I also looked at /etc/profile, but there is nothing useful there besides
if test "$is" != "ash" -a ! -r /etc/initscript; then
ulimit -Sc 0 # don't create core files
ulimit -Sd $(ulimit -Hd)
ulimit -Ss $(ulimit -Hs)
ulimit -Sm $(ulimit -Hm)
fi
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
I need to change default system-wide ulimits.
I am trying to set HARDFDLIMIT=10000 in /etc/sysconfig/ulimit
What do I need to do (apart from rebooting) for this to take effect?
I tried
#killall mingetty
and also
#init 1; init 3
but my ulimits are unchanged:
# ulimit -Hn
8192
(thats the default).
I also looked at /etc/profile, but there is nothing useful there besides
if test "$is" != "ash" -a ! -r /etc/initscript; then
ulimit -Sc 0 # don't create core files
ulimit -Sd $(ulimit -Hd)
ulimit -Ss $(ulimit -Hs)
ulimit -Sm $(ulimit -Hm)
fi
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |