-
Notifications
You must be signed in to change notification settings - Fork 16
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
Enhance manage numcalc #101
Conversation
Seems to work fine! |
@chris-hld: No including in echoing the parameters I will wait with the patch release of this until we figured #104 |
I can report that the RAM resource management now works as expected. I will highlight that at least on my system 30s between call and measuring RAM again was not enough time to fully register/load. With 60s in between this seems resolved.
|
Hi, I have re-installed my system and currently do not even have Python installed yet. + going on a long vacation soon, So I will not be of much help during the summer. |
Here are the changes in the RAM management 79d07c0
And this is an example of the new output
@chris-hld, this should be pretty much identical to #100 but does not use
psutil.psutil.virtual_memory().used
because the documentation mentions that this is for informal purposes only. It seems to work well on my machine. Can you check it on the cluster the next days?