atom-haskell-archive / haskell-ghc-mod

haskell-ghc-mod atom package
https://atom.io/packages/haskell-ghc-mod
MIT License
69 stars 20 forks source link

ghc-mod consumes too much memory #210

Closed welf closed 6 years ago

welf commented 7 years ago

ghc-mod consumes too much memory (macOS Sierra 10.12.4) when working with *.hs files of decent size (only 102 lines). I need regulary free RAM or relaunch Atom.

ghc-mod
lierdakil commented 7 years ago

Known issue with GHC 8.0.1 at least. Can't do much on my end. See https://github.com/DanielG/ghc-mod/issues/834

welf commented 7 years ago

It's a problem with GHC 8.0.2 too because I use it.

lierdakil commented 6 years ago

Somewhat solved in recent versions that try to restart ghc-mod if it eats too much RAM (configurable). Obviously a band-aid, but that's all I can do here.