-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the capability to increase harmonizer heap size (#516)
For large to very graphs, it is possible for deno v8 to run out of memory with the default settings. For us, it happens around `1400MB` of heap (I wasn't able to find the default v8 heap size) Similar to the query planner, this vows to allow the harmonizer to grow up to a specified limit using env variables APOLLO_HARMONIZER_EXPERIMENTAL_V8_MAX_HEAP_SIZE and APOLLO_HARMONIZER_EXPERIMENTAL_V8_INITIAL_HEAP_SIZE.
- Loading branch information
Showing
3 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters