Stephen Montgomery-Smith <[EMAIL PROTECTED]> writes:
> I have access to a rather large computer (3GB of RAM) and I would like
> to write a program to access most of this memory.  I find that I am
> unable to malloc more than about 0.5 GB of memory, even if I do it in
> small increments.  Now I am trying mmap, and this lets me get to about
> 2.5 GB of memory (again I ask for the memory in small increments).  What
> is it that causes these limitations?

man limits, and see MAX{DSIZ,SSIZ} in NOTES.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

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

Reply via email to