Link to home
Start Free TrialLog in
Avatar of modsiw
modsiw

asked on

ulimit -a ; what does the last column mean?

In the output of `unlimit -a', what does the last column mean?


From a solaris box:

bash-3.00$ ulimit -a
core file size        (blocks, -c) unlimited
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
open files                    (-n) 4096
pipe size          (512 bytes, -p) 10
stack size            (kbytes, -s) 8192
cpu time             (seconds, -t) unlimited
max user processes            (-u) 29995
virtual memory        (kbytes, -v) unlimited

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of modsiw
modsiw

ASKER

I just looked at this again. I was only concerned with pipesize, so I only really looked at its line and assumed that 512 bytes was the limit.

Talk about tunnel vision.

Thanks.