This is the output of my ulimit:
#ulimit -a | grep data data seg size (kbytes, -d) 524288 #
So what is next?
Is it possible to embed that information in the kernel? Or, how is this information set by default? Is there any specific
.conf file I should edit?
the ulimit (or limit on csh) shell builtin sets the process limits (see getrlimit(2)) for the current process (and its children). please consult your shell's manual for the syntax of limit/ulimit. run it in your shell startup files, or set the limits in /etc/login.conf for your login class. you can bump up the limits up to the hard limit (limit -h, ulimit -Ha).
mkb. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"