ColabFold icon indicating copy to clipboard operation
ColabFold copied to clipboard

RESOURCE_EXHAUSTED: Out of memory

Open a-lewis-acid opened this issue 3 years ago • 1 comments

Expected Behavior

Should produce models for our sequence (912 AA).

Current Behavior

Stops running at "Run Prediction" after running out of memory.

Steps to Reproduce (for bugs)

Can't provide sequence but I am only changing the default test sequence (which works) to our 912 AA sequence.

ColabFold Output (for bugs)

Could not predict test_cdf7a. Not Enough GPU memory? RESOURCE_EXHAUSTED: Out of memory while trying to allocate 7866899248 bytes. Resources menu shows GPU memory usage in the red.

Your Environment

Using basic Colab plan (not Pro)

a-lewis-acid avatar Mar 24 '22 11:03 a-lewis-acid

This is probably a hardware limitation (you are running out of GPU memory). There are several options: Go pro, install colabfold locally on a good GPU.

Maybe try using a single sequence alignment. Not 100% sure this will reduce memory usage.

ajasja avatar Mar 30 '22 21:03 ajasja