Getting heap limit allocation error. Need a clarity on how can we get through this using verdaccio config
Checked node config max-old-space-size can fix this. But want a way to fix this using verdaccio
Getting heap limit allocation error. Need a clarity on how can we get through this using verdaccio config
Checked node config max-old-space-size can fix this. But want a way to fix this using verdaccio
Set
NODE_OPTIONS=--max-old-space-size=4096
environment variable (the size may depend on your available memory).If you are running verdaccio using systemd, add
to the unit file, [Service] section.