virtual memory allocation
Kris Kennaway
kris at obsecurity.org
Tue Jun 8 00:15:26 PDT 2004
On Tue, Jun 08, 2004 at 08:34:24AM +0300, Odhiambo Washington wrote:
> My colleague is trying to find the maximum amount of virtual
> memory that FreeBSD is able to allocate to a program.
> He's trying 4*1020*1024*1024 for kern.maxdsiz and FreeBSD
> fries up.
On i386 the CPU can only address 4GB of memory, including memory
allocated to the kernel, so you can't go this high (except maybe if
you use PAE, but you still can't go above 4GB). I think about 2GB is
the limit on i386 without special tuning.
Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040608/517bc0a6/attachment.bin
More information about the freebsd-questions
mailing list