microsoft / nni

An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
https://nni.readthedocs.io
MIT License
14k stars 1.81k forks source link

Increase node.js heap size #5658

Open liuzhe-lz opened 1 year ago

liuzhe-lz commented 1 year ago

Description

Some users have run out of node.js memory, so increase the limit.

Note that this is a hint for GC, not actual consumed memory.

Test Options

Checklist

How to test