#RAM usage issue

9 messages · Page 1 of 1 (latest)

devout flare
#

When there is no req to my backend , the RAM usage still is around 700 MB , I have connected Redis too, is it normal ? My backend + admin is deployed to Railway, using the NextJS starter

hallow hatch
#

Nextjs starter?

#

Set autoRebuild to false

devout flare
#

I have set it to false, any other things to do? It's stated in the docs that I need to build the UI manually

lone spindle
#

Admin autoRebuild should not really matter, right? That is only relevant for the build phase

hallow hatch
#

I have observerd 300-500 MB lower RAm usage without using autoRebuild and building the admin manually in build phase. When not building the admin in the build phase, the build happens in the run phase (when using autoRebuild) and something is not cleaned up properly

lone spindle
#

What does your build/start commands look like?

#

Which node versions do you use btw?

lone spindle
#

Interestingly for some of my projects it indeed helped to set autoRebuild to false, although we had a custom startup script