Why does /node/memory
not correspond roughly to NumHeapPages
?
#3709
-
In |
Beta Was this translation helpful? Give feedback.
Answered by
wintersteiger
Jul 15, 2022
Replies: 1 comment 1 reply
-
IIRC, a heap page in OE is 4096 bytes, so 50k pages are exactly 204800000 bytes. Our endpoint just returns whatever OE reports and neither of us is adjusting this for any other factors, I think. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
achamayou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IIRC, a heap page in OE is 4096 bytes, so 50k pages are exactly 204800000 bytes. Our endpoint just returns whatever OE reports and neither of us is adjusting this for any other factors, I think.