thyme icon indicating copy to clipboard operation
thyme copied to clipboard

Compiling takes a lot of RAM

Open blitzcode opened this issue 8 years ago • 2 comments

I noticed compiling uses >1.6GB of RAM. This made builds fail on my Ubuntu VM with 2GB. I successfully compiled hundreds of packages, including heavy ones like lens, on an Raspberry Pi with just 1GB of memory, so requiring to bump my VM to 3GB to successfully build thyme was a bit surprising.

blitzcode avatar Jun 15 '16 12:06 blitzcode

And a lot of time, too. Think there might be a space leak?

dbaynard avatar Sep 25 '16 00:09 dbaynard

@blitzcode @dbaynard How are you compiling thyme, with stack or cabal? It its cabal, what is the output of the command grep jobs ~/.cabal/config ?

erikd avatar Sep 25 '16 05:09 erikd