[vtkusers] Storing vtkdata in cache
John Drescher
drescherjm at gmail.com
Sat Apr 4 13:35:34 EDT 2009
On Sat, Apr 4, 2009 at 1:30 PM, Paul Jhin <paul.jhin1 at gmail.com> wrote:
> Hi All,
>
> I have great doubt, my application runs on Windows XP 32-Bit.
>
> But Windows 32 only supports bist nearly 1.5 GB in RAM, and my application
> run large dataset (2.5 GB).
>
Use LARGEADDRESSAWARE (linker setting) and the /3GB boot switch. That
will give you an address space of 3GB instead of 2GB.
http://msdn.microsoft.com/en-us/library/wz223b1z(VS.80).aspx
http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx
John
More information about the vtkusers
mailing list