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
With this "free" information on an AP, Meshviewer currently reports 78% as Memory Usage (and 22% free):
# free -m
total used free shared buff/cache available
Mem: 57180 22720 15340 88 19120 12572
Swap: 0 0 0
This does not make sense to me. (Also not the value in "available". As far as I know, "available" should be always at least as big as "buff/cache" - and especially at least as big as "free").
I would expect Meshviewer to display (free + buff/cache) / total as available RAM.
The text was updated successfully, but these errors were encountered:
With this "free" information on an AP, Meshviewer currently reports 78% as Memory Usage (and 22% free):
This does not make sense to me. (Also not the value in "available". As far as I know, "available" should be always at least as big as "buff/cache" - and especially at least as big as "free").
I would expect Meshviewer to display
(free + buff/cache) / total
as available RAM.The text was updated successfully, but these errors were encountered: