Correct that it does not required page file space. But page file space is a cheap resource. The limit is the address space. If the out of memory is coming because of a small page file then the simple fix is to increase the size of the page file.
On Wed, Dec 22, 2010 at 4:23 PM, Raul Miller <[email protected]> wrote: > On Wed, Dec 22, 2010 at 4:02 PM, Eric Iverson <[email protected]> > wrote: > > I am not responding to the details of your message as I have not read it > > carefully enough. However, I want to point out that a mapped file takes > the > > same space in your address space as a noun with the same data. Unless you > > are mapping and unmapping, mapped files don't avoid 'out of memory' > errors. > > Depending on your host and configuration it may be that you can solve > your > > problem by increasing the size of your paging file. > > But using a mapped file for the result means that that data is not being > backed by the paging file? > > -- > Raul > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
