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

check check_swatinit for memory usage #755

Open
berland opened this issue Oct 18, 2024 · 0 comments
Open

check check_swatinit for memory usage #755

berland opened this issue Oct 18, 2024 · 0 comments

Comments

@berland
Copy link
Collaborator

berland commented Oct 18, 2024

check_swatinit has been observed to get killed by the Linux OOM-killer implying that it used a lot of memory.

The maximal amount seen is 120Gb, which is a lot. A typical compute node has 12Gb of RAM available pr processors.

Most likely run on a model with a large number of cells.

The script should be checked for:

  • Keeping (almost?) duplicates of dataframes in memory simultaneously, maybe some operations can be done in-place?
  • Unneeded columns kept in dataframes.
  • Check for inactive cells, if so, can they be purged?
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