With a tight loop the GC may not have enough time to kick in. Try setImmediate() instead. PR-URL: https://github.com/nodejs/node/pull/49573 Refs: https://github.com/nodejs/node/issues/49572 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>