- build app
npm run build - use correct node version
nvm use 20.15.1 - start server
npm start - start load testing
ab -c 100 -t 100 http://localhost:3000/
- use new node version
nvm use 20.16.0 - start server
npm start - start load testing
ab -c 100 -t 100 http://localhost:3000/ - Observe out of memory error