Skip to content

Commit d2a9246

Browse files
Add local memory limitation (#52)
# Description This pull request sets a memory limit for local Node.js processes to 700MB by adding the configuration option to the `.npmrc` file. ## Connected Issues https://app.devrev.ai/devrev/works/ISS-141117 ## Checklist - [x] Tests added/updated and ran with `npm run test` OR no tests needed. - [x] Code formatted and checked with `npm run lint`. - [x] Added "How to test" section to the description OR this section is not needed.
1 parent d929f7c commit d2a9246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
save-exact=true
2+
node-options=--max-old-space-size=700

0 commit comments

Comments
 (0)