On 19 November 2011 02:27, John Tate <j...@johntate.org> wrote:
> Is this information helpful...
>
> john@rothbard ~$ ulimit -a
> core file size          (blocks, -c) unlimited
> data seg size           (kbytes, -d) 524288
> file size               (blocks, -f) unlimited
> max locked memory       (kbytes, -l) 1354329
> max memory size         (kbytes, -m) 4059940
> open files                      (-n) 128
> pipe size            (512 bytes, -p) 1
> stack size              (kbytes, -s) 4096
> cpu time               (seconds, -t) unlimited
> max user processes              (-u) 128
> virtual memory          (kbytes, -v) 528384
>
> I need to change this one in login.conf or in my .profile...
> max memory size         (kbytes, -m) 4059940
>
> There is no manpage for ulimit.
>

That's cause it is a shell built-in, so its manpage is in ksh(1):
you can always try:
elendil:haesbaert: type ulimit
ulimit is a shell builtin

Reply via email to