#next taking too much memory and cpu

1 messages · Page 1 of 1 (latest)

reef glacier
#

I have hosted my nextjs web app in a ubuntu server with pm2 running. The above screenshot shows the memory and cpu usage of the system. Why there is multiple next processes running, because of this my server is always crashing

proud surgeBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

sonic cedar
#

I dont think this has anything to do with Next.js. Have you tried with a fresh installation of next.js?

I'm hosting a next.js website myself on a ubuntu server with both docker and pm2. Averaging 80-100MiB

reef glacier
#

but you can see it taking 50% memory

summer dune
#

Is it possible that you're running multiple instances of the same app?

reef glacier
#

how can it possible? I've just run npm start

sonic cedar
# reef glacier but you can see it taking 50% memory

Not sure what you're referring to. In my case it is taking 0.59% and in your case it's eating around 80%

What I'm trying to say is that it might be how you use Next.js, might be some memory leaks in your code. Try to run a fresh next.js install and compare the two