On 20.02.03 Torsten Werner (email@twerner42.de) wrote:
Am 19. Februar 2003 schrieb Hilmar Preusse:
Moin,
drachi:[hille] >ulimit -u 256 bash: ulimit: cannot modify max user processes limit: Operation not permitted
Hard limits lassen sich nur durch root erhöhen:
$ ulimit -Su 256 $ ulimit -Su 30 $ ulimit -Su 30 $ ulimit -Su 256 $ ulimit -Su 256 $ ulimit -Hu unlimited
Geht bei mir auch.
Zugegebenermassen ist es seltsam das 'ulimit -u' nur das Softlimit ausgibt und 'ulimit -u' beide Limits ändert.
Ich hab jetzt endlich(!) man bash gelesen (hätte ja gleich drauf kommen können, daß ulimit dort dokumentiert ist)...
If neither -H nor -S is specified, both the soft and hard limits are set.
(setting the values: ulimit -s *limit*)
If *limit* is omitted, the current value of the soft limit of the resource is printed, unless the -H option is given.
OK, das erklärt Einiges. Bleibt nur noch das Problem:
drachi:[hille] >ulimit -Sc 0 drachi:[hille] >ulimit -Hc 0
Ich hätte gern ulimit -Hc auf größer 0. Es gibt /etc/security/limits.conf, aber er scheint das, was dort drin steht zu ignorieren. * hard core 1024
H.