Unexplicable memory usage in node app
Hi! I'm hosting a Node app in Railway (actually SvelteKit) and for some reason the memory usage shoots up to ~390MB casually. The only memory leak I have in my app is small (I cache 150 entries of something) and it doesn't explain it.
Is there a way to debug this?
Project ID:
a2f8db07-c4a2-47e5-b9de-2963b7a19bbd
5 Replies
Project ID:
N/A
preciazo
a2f8db07-c4a2-47e5-b9de-2963b7a19bbd
project id: a2f8db07-c4a2-47e5-b9de-2963b7a19bbd
Ugh, I can't get it to set the project ID :(
Sidenote: When hosting it locally, it didn't even get close to this amount of memory.
locally, the same image with the same database uses ~36MB according to
podman stats
maybe thats during a file upload or something?
nope, don't have file upload
actually, the app only does SELECT queries for now.