| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Pummel tests aren't run (yet) in node-test-pull-request CI jobs, so the pummel CI above should be sufficient here. |
Sorry, something went wrong.
|
(This fixes it on FreeBSD and probably elsewhere, but the test reliably fails on AIX, probably because the baseline RSS is too high. I'll adjust the test further in another PR to address AIX specifically.) |
Sorry, something went wrong.
Force garbage collection so that the memory leak is more easily differentiated from ordinary not-garbage-collected memory. Refs: nodejs#34289 PR-URL: nodejs#38054 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
| Back | FazBrowse Home | New Git URL |
Force garbage collection so that the memory leak is more easily
differentiated from ordinary not-garbage-collected memory.
Refs: #34289