thyme
thyme copied to clipboard
Compiling takes a lot of RAM
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.
And a lot of time, too. Think there might be a space leak?
@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
?