Re: Does MMap works on the Virtual Box?

2013-08-16 Thread Paul Masurel
Hi, You can MMAP a size bigger than your memory without having any problem. Part of your file will just not be loaded into RAM, because you don't access it too often. If you are short in memory, consider deactivating page Host IO Caching, as it will be only redundant with your guest OS page cache

Re: Does MMap works on the Virtual Box?

2013-08-16 Thread Shawn Heisey
On 8/16/2013 1:02 PM, vibhoreng04 wrote: I have a big index of 256 GB .Right now it is on one physical box of 256 GB RAM . I am planning to virtualize it to the size of 32 GB Ram*8 boxes.Whether the MMap will work regardless in this condition ? As far as MMap goes, if the operating system you a

Does MMap works on the Virtual Box?

2013-08-16 Thread vibhoreng04
.nabble.com/Does-MMap-works-on-the-Virtual-Box-tp4085154.html Sent from the Solr - User mailing list archive at Nabble.com.