CyrilChandelier
nextjs memory gradually increases even if no use . starts at 300mb to reaches 2.5GB.
had a similar issue with NestJS (backend), last week I figured that I needed to run
npm run start:prod
instead of npm run start
in order to cap the memory climb; I wonder if there is something similar for NextJS?8 replies