Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carsenchan/07d72c354a3673962f17f7d88275abc3 to your computer and use it in GitHub Desktop.
Save carsenchan/07d72c354a3673962f17f7d88275abc3 to your computer and use it in GitHub Desktop.
Shows the current `--max-old-space-size` value for NODE_OPTIONS
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