#next taking too much memory and cpu
1 messages · Page 1 of 1 (latest)
🔎 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)
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
but you can see it taking 50% memory
Is it possible that you're running multiple instances of the same app?
how can it possible? I've just run npm start
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