haskell/haskell-ide-engine

Is it normal for hie to take ~4GB of memory per instance?

Open

#665 opened on Jun 28, 2018

View on GitHub
 (8 comments) (5 reactions) (0 assignees)Haskell (205 forks)batch import
component: documentationgardening 🌱good first issuehelp wanted

Repository metrics

Stars
 (2,358 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I currently have a workflow where I usually have a couple different projects open, each of them has the VSCode integration with hie. I find that each editor has it's own hie process and that process takes about 4G of RAM. Is this typical/expected or is something in my setup wrong/different than others?

Contributor guide