Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docker): set nodejs max old space size based # of ans-104 workers
Sets --max-old-space-size nodejs param to 8192 (8GB) if workers > 1 and 2048 (2GB) if workers <= 1. This provides a reasonable default for users who either don't want to index ANS-104 bundles or use the default settings to index ANS-104 bundles as well as power users who increase their worker count.
- Loading branch information