Hi!
I have a small problem with ulimit and tcsh with 4.0x.
When I use tcsh as login shell 'ulimit -a' returns (and uses) these
values:
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 2097152
stack(kbytes) 8192
memory(kbytes) 4107456
coredump(blocks) 0
nofiles(descriptors) 64
vmemory(kbytes) 2097152
However when I use for example zsh as login I get this:
cpu time (seconds) unlimited
file size (blocks) 18014398509481983
data seg size (kbytes) 2097152
stack size (kbytes) 32768
core file size (blocks) 18014398509481983
resident set size (kbytes) 4107456
file descriptors 4096
virtual memory size (kb) 2097152
Much higher limits, especially number of files which I need to increase
beyond 64. However when I try 'ulimit -n 1024' with tcsh I get no change
at all in nofiles. Anyone who has an idea how I can solve this?
/Eskil
+-----------------------------------------------------------------------+
| Eskil Swahn |
| Eskil.Swahn_at_LDC.lu.se tfn +46 46 222 4986 |
| |
| |
+-----------------------------------------------------------------------+
Received on Fri Apr 23 1999 - 07:54:34 NZST