Created
April 9, 2024 02:22
-
-
Save carsenchan/07d72c354a3673962f17f7d88275abc3 to your computer and use it in GitHub Desktop.
Shows the current `--max-old-space-size` value for NODE_OPTIONS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node -e 'console.log(v8.getHeapStatistics().heap_size_limit/(1024*1024))' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment