You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
I finally ended up changing the worker code, which reports the ram usage, to use psutls instead of parsing the output of /proc/mem.
If there is interest I can submit a pull request for OpenRenderManagement
ramSize: amount of RAM available on the host (in MB) systemFreeRam: amount of free memory on the host, evaluated periodically (in MB) systemSwapPercentage: percentage of swap memory on the host, evaluated periodically (in range [0,1])
the other attributes: usedRAM/freeRam are deprecated. They were introduced when a worker was able to run several commands at a time. This capability was eventually removed because of the lack of confidence on the proper execution of every command and ram use.
I have trouble imtepreting the different RAM fields when querying the /rendernodes resource.
There is systemFreeRam (int), ramSize (int), usedRAM (empty list), freeRam (which never changes)
The text was updated successfully, but these errors were encountered: