Whenever I start my dev server my pc slows down?
Unanswered
Nile tilapia posted this in #help-forum
Nile tilapiaOP
My pc only slows down when ever I use the dev server of next js and other dev servers of vite or remix works good.
My laptops spec is core i5 3rd gen intel with 4 gib of ram and 2.5 ghz processor with Zorin os (linux) running on it.
My laptops spec is core i5 3rd gen intel with 4 gib of ram and 2.5 ghz processor with Zorin os (linux) running on it.
3 Replies
Ichneumonid wasp
Your PC experiences slowdowns specifically when using Next.js's development server, but other servers like Vite or Remix perform well. This discrepancy could be due to resource-intensive features in Next.js, such as server-side rendering. Your laptop's 3rd gen Intel Core i5 processor and 4GB of RAM might struggle with these demands. To improve performance, consider upgrading your RAM to at least 8GB, optimize Next.js configurations, monitor resource usage, and use static generation when possible. Alternatively, stick with Vite or Remix for development tasks. Upgrading to a more powerful laptop could be beneficial if your development demands continue to grow.
@Nile tilapia My pc only slows down when ever I use the dev server of next js and other dev servers of vite or remix works good.
My laptops spec is core i5 3rd gen intel with 4 gib of ram and 2.5 ghz processor with Zorin os (linux) running on it.
nextjs dev server is known to be a memory eater. i would say 4 GB RAM is not enough for modern development work
but if you have to stay with 4 GB RAM, consider shutting unnecessary programs to make space for the dev server