Re: [Mixxx-devel] Windows 64-bit build running out of RAM since 5 Dec

2017-12-14 Thread Josep Maria Antolin
​That's strange... That used to happen when we were cross-compiling the 64bit binary with the 32bit compiler/linker. I don't see how could that happen with the 64bit compiler, except if the memory is very fragmented and there isn't a consecutive fragment of memory big enough.

Re: [Mixxx-devel] Windows 64-bit build running out of RAM since 5 Dec

2017-12-14 Thread Sean M. Pappalardo - D.J. Pegasus
On 12/14/2017 01:05 PM, Josep Maria Antolin wrote: > I initially thought you mean that there was a problem with RAM memory, > but doesn't seem to be the case. I do mean RAM. The build VM has 20GB available though yet the linker is saying it's running out. Sincerely, Sean M. Pappalardo "D.J.

Re: [Mixxx-devel] Windows 64-bit build running out of RAM since 5 Dec

2017-12-14 Thread Josep Maria Antolin
I initially thought you mean that there was a problem with RAM memory, but doesn't seem to be the case. AppVeyor seems to build fine, and on my machine it also builds. RAM usage is 4.5 previous to build, 5.5 while compiling, and then goes up to 10.5GB when linking. On the other hand, what I saw

Re: [Mixxx-devel] Windows 64-bit build running out of RAM since 5 Dec

2017-12-12 Thread Sean M. Pappalardo - D.J. Pegasus
Actually, the commit that triggered the 5 Dec build was just a text change. I now suspect a Windows update that must be hogging up more RAM. Grrr... Does anyone want to work on getting cross-compiling working? :P Sincerely, Sean M. Pappalardo "D.J. Pegasus" Mixxx Developer - Controller

[Mixxx-devel] Windows 64-bit build running out of RAM since 5 Dec

2017-12-12 Thread Sean M. Pappalardo - D.J. Pegasus
Hello. The Windows build VM is running out of memory during linking of the 64-bit Mixxx build. Can someone please take a look at what was merged since 4 Dec 17:08 EST to try to isolate why?