Jacques Beigbeder <[EMAIL PROTECTED]> writes:

> Someone said on Jan 16th:
>       Adding kern.maxdsiz="2147483647" to /boot/loader.conf ...
> 
> This means that now kern.maxdsiz is 2 Gb.
> 
> Does FreeBSD 5.0 supports higher values? I now have a PC
> with 4 Gb of memory... and I want to use all that
> memory for a single process.
> 
> Or is there some patch to raise this 2Gb limit?

You'll probably need to adjust the KVA_PAGES (which, if I recall
correctly, splits the space evenly between kernel and user space), but
there's no way you can get all the way to 4GB, because the kernel
needs *some* of it.

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

Reply via email to