R
Railway14mo ago
Faris

Build Crashing

My build will suddenly crash
13 Replies
Percy
Percy14mo ago
Project ID: a756b6c0-a68c-4e49-a2a7-9b3fca2463a4
Faris
Faris14mo ago
a756b6c0-a68c-4e49-a2a7-9b3fca2463a4
luna
luna14mo ago
Got any logs from the crash?
Faris
Faris14mo ago
I just get this
> ts-node ./src/server.ts
Connecting to Database...
API running on http://localhost:1234
Successfully connected to Database
Killed
> ts-node ./src/server.ts
Connecting to Database...
API running on http://localhost:1234
Successfully connected to Database
Killed
luna
luna14mo ago
Does this happen locally?
Faris
Faris14mo ago
Nope
Brody
Brody14mo ago
can you show us a screenshot of that services memory metrics?
luna
luna14mo ago
good idea, Killed could be from an OOM error.
Faris
Faris14mo ago
sorry where can i find that?
luna
luna14mo ago
this tab when you click a service.
Faris
Faris14mo ago
Brody
Brody14mo ago
yep you are using more ram than the free plan has (512mb) upgrade to the dev plan to get access to 8gb
Faris
Faris14mo ago
i see alright thanks