10 months ago
trying to run the prompt chunker service on railway but it fails to start,
23 Replies
10 months ago
it's likely that you are running into the 500mb memory limit on the Trial plan
10 months ago
With the hobby plan, you get $5 worth of usage included every month. You will pay for the amount of resources used during the billing cycle (one month), you only pay $5 (the cost of the hobby plan) if you usage is <= $5, think of it as a $5 minimum spend.
10 months ago
You will need to redeploy all your services for the new limits to apply
10 months ago
looks like you're running something that uses GPU?
10 months ago
there are no GPUs on Railway, you would be running the embeddings on CPU when on Railway
10 months ago
run a more CPU efficient model, or use an external AI service
10 months ago
!s
Status changed to Solved brody • 10 months ago
