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

memory presented is using "free" memory vs "available memory" #25

Open
NathanielMiddleton opened this issue Oct 3, 2022 · 0 comments
Open

Comments

@NathanielMiddleton
Copy link

NathanielMiddleton commented Oct 3, 2022

Writing a note here that the current presentation of "free" memory is using "freemem" vs "available" memory, which presents the consumed memory incorrectly in terms of what is available for jobs landing on nodes.

example:
Hostname Partition Node Num_CPU CPUload Memsize Freemem Joblist
n799 partition maint* 0 112 0.06 515466 22191*

But that node has 497G of ram available:
n799 ~]# free -m
total used free shared buff/cache available
Mem: 515466 16546 22183 365 476736 497180

Note- This is actually coming from slurm itself as they do not track "available" memory. If you agree that this should be changed, bug id is: 15077

side note: super neat tools you have here! Thank you for spending the time on them!

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