Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutOfMemoryError ? #140

Open
Nick-Mul opened this issue Nov 16, 2023 · 1 comment
Open

OutOfMemoryError ? #140

Nick-Mul opened this issue Nov 16, 2023 · 1 comment

Comments

@Nick-Mul
Copy link

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 ?

@gustavojra
Copy link
Member

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants