[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Can't open env with required mapsize on windows .



On Mon, Dec 28, 2015 at 8:27 PM, Howard Chu <hyc@symas.com> wrote:

> You can't address more than 2GB of memory in 32 bit code.

This is generally not true. A Win32 executable with the IMAGE_FILE_LARGE_ADDRESS_AWARE option set can address more, up to 4 GiB in 64-bit Windows versions. [1].

Cheers,
V.

[1] https://msdn.microsoft.com/en-us/library/aa366778.aspx