When i use nextjs 13 app directory my ram usage will be around 2 to 3 GB for just running nextjs project currently i am doing 2 project in nextjs app directory but when i switch to pages directory of nextjs from old project and done one project in pages directory it only use maximum of 500MB Nodejs javascript runtime.
I upgrade to lastest nextjs version 13.3.5 and also done update to 18.16.0 but nothing work running in app directory of nextjs. I feel i have done mistake of starting project using app directory as i have done so much i cannot do from strach using pages directory and i have build time of around 1 minutes which reduced my productivity while coding.