You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
We have some problem on our server. After some time of execution we have an out of memory error on our server.
So I tried to reproduce on my computer. I create a clean project just use nextjs-starter. and build it.run it using pm2, after one three to see if the memory increase.
Here is the memory evolution :
pm2 monit show like this:
Describe the bug
you can see the heap size awaly increasing when i use loadtest request
Bug report
We have some problem on our server. After some time of execution we have an out of memory error on our server.
So I tried to reproduce on my computer. I create a clean project just use nextjs-starter. and build it.run it using pm2, after one three to see if the memory increase.
Here is the memory evolution :
pm2 monit show like this:
Describe the bug
you can see the heap size awaly increasing when i use loadtest request
To Reproduce
git clone https://github.com/iaincollins/nextjs-starter
cd nextjs-starter
npm i
add pm2.config.js file
npm run build
pm2 start pm2.config.js
loadtest -c 30 --rps 20 http://localhost:80
you can use pm2 monit or chrome://inspect See error
I also use express test, it is ok!
system information
Additional context
The text was updated successfully, but these errors were encountered: