Sunday 26 January 2020

Ways to reduce nodejs memory footprint ?

How to reduce default initial memory footprint of node.js runtime for memory-constrained environments ?I've only discovered --lite-mode and --optimize-for-size V8 options, but they have only slight impact. Are there other ways like disable implicit modules not used in my app ?

Submitted January 26, 2020 at 10:39AM by dunrix

No comments:

Post a Comment