out of memory
ishikaagrawal30
HOBBYOP
3 months ago
I switched to hobby plan and i have set my memory utilization to 6 gb, still its showing out of memory
could you let me know which job is consuming memory so much , because id dont see in logs.
1 Replies
Status changed to Awaiting Railway Response Railway • 3 months ago
3 months ago
I assume you've correctly set the max memory usage to 6 GB.
Are you running a Node process? If so, try adding NODE_OPTIONS=--max-old-space-size=4096 as an environment variable and redeploy.
If not, please provide more context as to what stack you're running.