Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On machines with >2GB of memory available, Node will only use a maximum of 2GB of memory by default (see https://github.com/nodejs/node/issues/28202).  This 2GB of memory should be enough to build & run the User Interface, but it's possible that highly active sites may require more.

If you want to increase the memory available to Node.js, you can set the NODE_OPTIONS environment variable:

...