Skip to content

Commit

Permalink
docs: add NODE_OPTIONS (#1056)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed May 14, 2024
1 parent 6f8b0e4 commit ab47a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ENV.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ The following environment variables are available to configure the bom generatio
| DOCKER_HOST | Docker host. For tcp and ssh hosts, docker cli would be used to pull the image |
| DOCKER_CERT_PATH | Path to the certs directory containing cert.pem and key.pem |
| DOCKER_TLS_VERIFY | Set to empty value to disable tls for insecure registries |
| NODE_OPTIONS | If you are experiencing Out Of Memory issues, this can be useful to increase the node heap (ie: `--max-old-space-size=8192`)|

0 comments on commit ab47a9c

Please sign in to comment.