5 days ago
on a free/trial tier and need a temporary build memory bump to deploy your initial version
3 Replies
Status changed to Awaiting Railway Response Railway • 5 days ago
Status changed to Solved bco-ke • 5 days ago
5 days ago
Contact Railway support to request increased build memory for this service. The build fails because npm runs out of memory during dependency installation, causing the "Exit handler never called!" error when the OS kills the npm process. This has happened consistently across two deployments on the same commit, and the large dependency tree (~90+ packages) is exhausting the default build memory allocation.
Status changed to Awaiting Railway Response Railway • 5 days ago
5 days ago
please dont resolve if you havent done anything i need help
5 days ago
We understand the build is running into memory limits with a large dependency tree, but we don't offer limit increases on the Hobby plan, including temporary build memory bumps. Hobby provides 8 GB of memory per service, which should generally handle ~90 packages - the OOM may be addressable by optimizing the build itself, for example using npm ci with a lockfile or pruning dev dependencies.
Status changed to Awaiting User Response Railway • 5 days ago
Status changed to Solved noahd • 5 days ago