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
As the memory module is now, it includes the cached memory in the used percentage. This often makes my system look like it's nearly out of memory, even though most of it is just cache. My suggestion is adding format options for activePercentage and activeUsed, which will subtract the memory used by cache from the total used memory to get their values.
The text was updated successfully, but these errors were encountered:
As the memory module is now, it includes the cached memory in the used percentage. This often makes my system look like it's nearly out of memory, even though most of it is just cache. My suggestion is adding format options for
activePercentage
andactiveUsed
, which will subtract the memory used by cache from the total used memory to get their values.The text was updated successfully, but these errors were encountered: