|
From: Earnie <ea...@us...> - 2011-09-08 12:22:18
|
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 |