a year ago
trying to run the prompt chunker service on railway but it fails to start,
23 Replies
a year ago
it's likely that you are running into the 500mb memory limit on the Trial plan
a year 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.
a year ago
You will need to redeploy all your services for the new limits to apply
a year ago
looks like you're running something that uses GPU?
a year ago
there are no GPUs on Railway, you would be running the embeddings on CPU when on Railway
a year ago
run a more CPU efficient model, or use an external AI service
a year ago
!s
Status changed to Solved brody • 11 months ago
