You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Nick-Mul, unfortunately we do not have many memory capabilities right now. As far I am aware, julia does not have an option to be run with a specific amount of memory, it just takes as much memory as it needs. Since our mp2 runs everything in-core it will raise an OutOfMemoryError if you don't have enough RAM.
Ideally an option to run that either using disk or direct approaches would solve this problem, but we haven't come around to code that up yet :(
Hello, I'm getting a OutOfMemoryError error (aug-cc-pvtz, mp2) is there a way to set memory in the same way as in psi4 ?
The text was updated successfully, but these errors were encountered: