Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


RAM Impact
#5
Careful, folks.

You're looking at the output of commands which don't show how much memory has been sequestered dynamically by RaspiOS for buffers and caches. This number can increase and decrease according to internal algorithms and obscure RaspiOS settings.

Try instead, for example, the free command to get a truer picture of how much memory moOde is consuming. Here, on a 1GB RPi 4B,

Code:
pi@moode:~ $ free
             total        used        free      shared  buff/cache   available
Mem:         875060      109760      102620       13168      662680      691012
Swap:             0           0           0



Buffer space is reclaimable as processes demand more memory (aka "memory pressure"), so it's the last column which really counts.

Regards,
Kent

PS - there are options which prettify the free output in units ranging from bytes (default) to petabytes.
Reply


Messages In This Thread
RAM Impact - by jrocker - 08-08-2021, 11:25 PM
RE: RAM Impact - by the_bertrum - 08-09-2021, 12:41 PM
RE: RAM Impact - by Miss Sissy Princess - 08-10-2021, 04:23 AM
RE: RAM Impact - by yannig - 08-10-2021, 07:31 AM
RE: RAM Impact - by TheOldPresbyope - 08-10-2021, 11:50 AM
RE: RAM Impact - by Miss Sissy Princess - 08-11-2021, 05:42 PM
RE: RAM Impact - by Tim Curtis - 08-10-2021, 12:22 PM
RE: RAM Impact - by Tim Curtis - 08-11-2021, 06:42 PM
RE: RAM Impact - by Miss Sissy Princess - 08-11-2021, 08:51 PM
RE: RAM Impact - by Tim Curtis - 08-11-2021, 09:52 PM
RE: RAM Impact - by Miss Sissy Princess - 08-11-2021, 10:02 PM

Forum Jump: