I have a 32-bit executable that I want to deploy with the LARGEADDRESSAWARE flag.
My question is:
Is it possible to put this under a toggle, e.g., via a config file or some runtime setting, so that if the config says false, the process will run without LARGEADDRESSAWARE?
Or is this something that can only be enabled/disabled by recompiling (or modifying) the exe itself?
I’d like to know if there’s any way to make this configurable on the customer’s server without rebuilding the executable.