Skip to content

Commit

Permalink
Increase idle GC interval to workaround CPU leak issue (#2581)
Browse files Browse the repository at this point in the history
This seems to resolve the issue locally (and has worked in the past),
but it's not clear what exactly is going on here (in particular, why
this should resolve what looks like a memory leak). It certainly seems
like a GHC issue of some sort.

Closes #2565
  • Loading branch information
jberryman authored and lexi-lambda committed Jul 24, 2019
1 parent 4facb3c commit 02ae91c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/graphql-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,5 @@ executable graphql-engine
-Wincomplete-uni-patterns
-Wredundant-constraints
-threaded -rtsopts
-with-rtsopts=-N
-- Re. `-I2` see #2565
"-with-rtsopts=-N -I2"

0 comments on commit 02ae91c

Please sign in to comment.