4 GB ... man kann über ein Flag das freischalten
Windows 32 + 32 Bit App = 3 GB
Windows 64 + 32 Bit App = 4 GB
Nja, erstmal keine Redirections mehr
und auch anderes läuft "besser".
Delphi-Quellcode:
{$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE}
// $0020 IMAGE_FILE_LARGE_ADDRESS_AWARE #15657 Memory Support bis 4GB (32 Bit-Anwendung)
// $0400 IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP If Image is on removable media, copy and run from the swap file.
// $0800 IMAGE_FILE_NET_RUN_FROM_SWAP If Image is on Net, copy and run from the swap file.
{$IFDEF WIN32}{$SetPEFlags $0C20}{$ELSE}{$SetPEFlags $0C00}{$ENDIF}