Forums

Adding more RAM to an account?

Hello everybody!

Recently I had some code that was working fine, however I modified it to include threading due to timing issues. Upon modification, I get the output: 24 Killed Completed task, took 353.04 seconds, return code was 137.

Since the time doesn't appear to overstretch any of the constraints for my account (currently at 4,000 seconds), I'm guessing that this is a GPU issue. The RAM is defaulted to 3 GB, which may or may not be enough for this specific application. I was wondering if I could buy more RAM for this specific account or task? Or maybe more workers or memory is the solution? If anyone has any ideas, I'm open to hear them!

Thanks

Unfortunately we dont have an option to increase the per process ram. So you'll need to keep ram consumption below that level. What is it that the task is doing?

Alright, got it, thanks! Would adding more workers help, just curious?

I'm just doing some LangChain data parsing.

No, increasing the number of workers will not affect how much memory each worker uses.

Alright, got it! Thanks for the info

Glad we could help!