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

Build failure due to insufficient memory #50781

Open
eunos-1128 opened this issue Sep 18, 2024 · 1 comment
Open

Build failure due to insufficient memory #50781

eunos-1128 opened this issue Sep 18, 2024 · 1 comment

Comments

@eunos-1128
Copy link
Contributor

eunos-1128 commented Sep 18, 2024

When building a package called Maxit, the build fails on Linux due to insufficient memory (the build succeeds on Mac OS).

#50687

It's a C++ program, so I've tried various compilation optimizations and linker options, but to no avail.

The part that converts large CIF files to ODB files requires a lot of memory, and it seems that the process stops halfway through due to insufficient memory.

I tried creating a swap file, but I couldn't do it because I needed administrator privileges.

If anyone knows of a good solution, I'd be grateful for any advice.

Is it possible to increase the memory of the instance used in CI?

@eunos-1128
Copy link
Contributor Author

I think building this package on linux needs 16GB RAM instance.

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

1 participant