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
I'm building package with telegram-api in dependencies. It runs out of memory and take a lot of time (such I've never seen it ended) while building telegram-api. Same thing with --fast. stack build on standalone package works with memory consumption less than 1G.
With version 1.5.1 everything ends.
The text was updated successfully, but these errors were encountered:
I ran it, and stack has typical memory usage. GHC uses a fair bit and takes a while to compile. I took a look at the package, and it has large datatypes and uses generic deriving.
This is not a stack bug. It would be great if GHC was faster for this, but that's a complex upstream issue.
I'm building package with telegram-api in dependencies. It runs out of memory and take a lot of time (such I've never seen it ended) while building
telegram-api
. Same thing with--fast
.stack build
on standalone package works with memory consumption less than 1G.With version 1.5.1 everything ends.
The text was updated successfully, but these errors were encountered: