What does rlimit mean? Can't find man page on it.
Soft limit 64, Hard limit 1024
$ man -k rlimit
getrlimit getrlimit (2) - control maximum system resource consumption
setrlimit getrlimit (2) - control maximum system resource consumption
Chris Thompson
Email: cet1 [at] cam.ac.uk
Resource limit.
> Can't find man page on it.
$ man -k rlimit
getrlimit getrlimit (2) - control maximum system resource
consumption
setrlimit getrlimit (2) - control maximum system resource
consumption
[gs]etrlimit are the system calls which the ulimit command actually uses
to manipulate the things that ulimit manipulates.
> Soft limit 64, Hard limit 1024
The rlimit reported by pfiles is the current, ie the soft, limit. It
seems the pfiles output you're quoting at the top doesn't refer to the
same process as the soft and hard limits you quote later.
$ pfiles $$|grep rlimit
Current rlimit: 256 file descriptors
$ ulimit -n;ulimit -Hn
256
65536
--
Tony Walton
Do not put all your trust in root vegetables