-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce memory size used in test_memorygrowth_linear_step. NFC (#23301)
This doesn't change the test other than to use lower memory limits. This change works around #22360 which seems to be some kind of bug in node or v8. The result of the bug is that the node process becomes hung in `uv_cond_wait` and never exists at the end of the test. Changing the amount of memory used seems to work around the issue.
- Loading branch information
Showing
2 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
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