> > What defines ulimit -d's upper limit?
>
> MAXDSIZ. It defaults to 512Mb. It can be raised by setting it in the
> kernel configuration, or adding
>
> kern.maxdsiz="524288"
>
> In your /boot/loader.conf file. Replace 524288 with whatever limit you
> want, but don't go above 2^31-1. FreeBSD uses signed ints for this
> value, so the results are interesting ...

Does the 2^31-1 restriction apply to Alpha/uSPARC/etc?  Does it
become 2^63-1?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to