Hello,

I'm trying to create a program that needs more than 4 gigas of RAM. With Visual Studio, I managed to do it (Properties/Linker/System/Enable large adresses) and I can fully use 5 gigas of RAM.

Is there anything equivalent with QtCreator? Because I'm stuck with around 2 gigas of RAM. (there's a std::bad_alloc() at around 2.5 gigas)

Unfortunately, for my program, I'll be needing as much RAM as I can (let's say 16).

And, I've tried to Google it / search on QtCentre, but I couldn't find anything.

Thanks in advance!