Re: Increased memory usage with GHC 7.10.1

2015-05-03 Thread Paolino
Hello, compiling 2.5.0 on (linux 4.0.1, 64 bit) and ghc 7.10.1 with /usr/bin/time -f %M gives values between 2.3 GB and 2.6 GB on multiple runs. (2.4.1 was requesting more than 3 GB, cannot say how much precisely) Thanks Sven 2015-05-03 16:45 GMT+02:00 George Colpitts : > I think this helps qui

Re: Increased memory usage with GHC 7.10.1

2015-05-03 Thread George Colpitts
I think this helps quite a bit. Although it still peaks briefly at over 3 GB mem usage on my Mac according to the Activity Monitor it seems to spend much of its time using 400 - 800 mb memory use. I can't be sure as I never tried to compile this before. I'm compiling by simply doing cabal install .

Re: Increased memory usage with GHC 7.10.1

2015-05-03 Thread Sven Panne
2015-05-02 12:01 GMT+02:00 Paolino : > Hello, I succeded in compiling > https://hackage.haskell.org/package/OpenGLRaw-2.4.1.0/docs/src/Graphics-Rendering-OpenGL-Raw-Functions.html > on a 32 bit machine with 2GB of memory with ghc 7.10.1. O_O To alleviate the pain a bit, I've uploaded a new version