-
-
Notifications
You must be signed in to change notification settings - Fork 401
Closed
Labels
status: needs triagetype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
The refineImports plugin calls TypeCheck
on all transitively imported modules which violates the important memory invariant that we only store TypeCheck results for files of interest. I recommend disabling this plugin by default until it is fixed.
My experience on GHC is that disabling this plugin causes start-up memory usage to decrease from 3GB to 1GB.
pepeiborra, michaelpj and fendorfendor
Metadata
Metadata
Assignees
Labels
status: needs triagetype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..