Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not disable parallel GC #1190

Merged
merged 3 commits into from
Jan 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,8 @@ executable ghcide
-- allow user RTS overrides
-rtsopts
-- disable idle GC
-- disable parallel GC
-- increase nursery size
"-with-rtsopts=-I0 -qg -A128M"
"-with-rtsopts=-I0 -A128M"
main-is: Main.hs
build-depends:
aeson,
Expand Down
10 changes: 2 additions & 8 deletions haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,8 @@ executable haskell-language-server
-- allow user RTS overrides
-rtsopts
-- disable idle GC
-- disable parallel GC
-- increase nursery size
"-with-rtsopts=-I0 -qg -A128M"
"-with-rtsopts=-I0 -A128M"
if flag(pedantic)
ghc-options: -Werror

Expand Down Expand Up @@ -341,9 +340,8 @@ executable haskell-language-server-wrapper
-- allow user RTS overrides
-rtsopts
-- disable idle GC
-- disable parallel GC
-- increase nursery size
"-with-rtsopts=-I0 -qg -A128M"
"-with-rtsopts=-I0 -A128M"
if flag(pedantic)
ghc-options: -Werror

Expand Down Expand Up @@ -468,7 +466,3 @@ test-suite wrapper-test
hs-source-dirs: test/wrapper
main-is: Main.hs
ghc-options: -Wall