You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is very convenient to have set GHCRTS=-M2000m globally because ghci and ghc tends to consume much memory (over 5Gb for one ghci in my case) but works well with restriction. But stack setup --upgrade-cabal builds cabal without -rtsopts even if
Hey, sorry for not getting around to this earlier. Now Setup.hs is built with -rtsopts. Please re-open if it doesn't work (seems to in my testing, but who knows)
This is very convenient to have set
GHCRTS=-M2000m
globally becauseghci
andghc
tends to consume much memory (over 5Gb for one ghci in my case) but works well with restriction. Butstack setup --upgrade-cabal
builds cabal without-rtsopts
even ifThis leads to unworkable
stack build
in any project if you haveGHCRTS
variable set:Which is very anoying.
The text was updated successfully, but these errors were encountered: