View Single Post

   
  #10 (permalink)  
Old 02-16-2008, 06:46 AM
Wolfgang S. Rupprecht
 
Posts: n/a
Default Re: using more physical memory?


"tedu" <tu@zeitbombe.org> writes:
> have a look at the new malloc.c in cvs. it uses mmap.
> (the kernel has since changed to account mmap as part of your data
> limit, but not in 3.7)


Mmap and/or the page table code has also changed for the better since
the last time I tried my mmap test. I can now mmap 127.50 TB .

Now I'm not brave enough to try to read past the end of my mmapped
file. I'm assuming it allows the mmap to extend past the end of the
underlying file but will hit one with a SIGBUS if one actually tried
to access it?

-wolfgang
--
Wolfgang S. Rupprecht http://www.wsrcc.com/wolfgang/
Reply With Quote