Process killed even after upgrading to Developer plan

Pp1gp3n5/15/2023
I was getting a 'killed' message when trying to run a process that takes some memory. I upgraded to the developer plan but still get the error. The logs show a spike to 2G but nowhere close to the 8G limit.

ServiceID: 548797fa-9e1b-486c-b816-1d7c3f8577a9
Bbrody5/15/2023
show the error messages please?
Pp1gp3n5/15/2023
it just says 'killed' in the railway logs. i get a 503 from the client
Bbrody5/15/2023
show me?
Pp1gp3n5/15/2023
Bbrody5/15/2023
if it was getting killed by railway, it wouldn't look like that, perhaps you are running into the default heap size of nodejs
Bbrody5/15/2023
you can try increasing the default heap size
Pp1gp3n5/15/2023
its a python app. works when i run it locally so i dont think its a RAM issue.
Bbrody5/15/2023
it wouldn't be an issue with railway, it would be an issue with your app
Bbrody5/15/2023
does python have max memory defaults that you could increase?
Pp1gp3n5/15/2023
if you're saying it's not a Railway issue, i'll start looking at ways to better optimize the call. i'm using a large language model pre-loaded into memory, but i will try to write to disk and call that way instead.
Bbrody5/15/2023
I'm confident that railway is not killing your app at this point, yes