Skip to content

Instantly share code, notes, and snippets.

@dakhnod
Created September 26, 2024 09:32
Show Gist options
  • Select an option

  • Save dakhnod/d26b6e4d29f1b83f9531b87c6ca4ca37 to your computer and use it in GitHub Desktop.

Select an option

Save dakhnod/d26b6e4d29f1b83f9531b87c6ca4ca37 to your computer and use it in GitHub Desktop.
Benchmark RAM usage of multiple node instances
await new Promise((resolve) => {
setTimeout(resolve, 60000);
})
for i in `seq 1000`; do
node app.js &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment