<p>Am 19.05.2016 10:57 schrieb "Jonas Maebe" <<a href="mailto:jonas.maebe@elis.ugent.be">jonas.maebe@elis.ugent.be</a>>:<br>
>> it should be 2GB on 32bit and 4GB on 64bit Windows with<br>
>> *IMAGE_FILE_LARGE_ADDRESS_AWARE*<br>
><br>
><br>
> There is a difference between the total amount of memory you can allocate, and the maximum size of a single block of memory that you can allocate. The latter is much smaller than the former, because the address space gets divided in multiple parts due to where the program gets loaded, where dll's get loaded and where the kernel gets mapped.</p>
<p>The kernel mapping *is* what gets influenced by that switch (among others).</p>
<p>Regards,<br>
Sven</p>