|
From: Daniel K. <dan...@gm...> - 2011-09-08 12:47:47
|
2011/9/8 Earnie <ea...@us...>: > Kapeciu wrote: >> >> >> Greg Chicares-2 wrote: >>> >>> Can you split the file into two pieces, and compile the pieces separately? >>> >> >> I split the file into two pieces and g++ compile it successfully. Question >> is why i need to split my file? > > Because the compiler used more than 2GB of available user memory and > then the system aborted it when it tried to allocate above 2GB. It > isn't allow to use memory on windows over 2GB under the default > installations. There may be methods on newer Windows OS to allow for > giving the user up to 4 GB by lessening the amount of possible > allocation of memory for system use. > > -- > Earnie > -- http://www.for-my-kids.com > > ------------------------------------------------------------------------------ > Doing More with Less: The Next Generation Virtual Desktop > What are the key obstacles that have prevented many mid-market businesses > from deploying virtual desktops? How do next-generation virtual desktops > provide companies an easier-to-deploy, easier-to-manage and more affordable > virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ > _______________________________________________ > MinGW-users mailing list > Min...@li... > > This list observes the Etiquette found at > http://www.mingw.org/Mailing_Lists. > We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated. > > _______________________________________________ > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > Also: mailto:min...@li...?subject=unsubscribe > Hello. That would be /3G switch, but then there is risk of exhaustion of system resources. Should work at least XP+. (Some info on technet AskPerf blog: http://blogs.technet.com/b/askperf/archive/2011/08/26/troubleshooting-memory-issues-on-exchange-when-using-3gb.aspx ) Klimax |