Ran out RAM on normal Next.js app

Hello there! I’m running a normal Next.js app and ran out of memory 10 minutes ago! Here’s the message:

Here’s the raw log message:

Out of memory: Killed process 562 (node) total-vm:21302268kB, anon-rss:49416kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:1168kB oom_score_adj:0

Why is this happening?

additional information: I’m on the free plan. I don’t see why it’d be taking up so much RAM.

1 Like

Might be that you needa review your code earnestly to figure out why. If you debugged or ran locally are normal, then it’s possilbe something wrong with the vms.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.