Code: Select all
; Linker.txt file contents:
/LARGEADDRESSAWARE:YES
POLINK wrote:fatal error: Invalid /LARGEADDRESSAWARE argument; use NO.
Yes, I know there is x64, but I need the additional ram per process on 32-bit machines. Extending 2GB to 3GB is a 50% increase with this simple switch!
EDIT: use /LARGEADDRESSAWARE without the :YES and all is ok.Windows cmd line wrote:; Change system setting to increase per process memory.
; Reboot after typing the following with Admin command prompt:
c:\>bcdedit /set IncreaseUserVA 3072