Comment on Why is my home server using so much RAM for cache + buffer?
A9nWGzYt@lemmy.dbzer0.com 2 weeks agoWell, here I have 41 containers and:
free -hm total used free shared buff/cache available Mem: 31Gi 5.7Gi 426Mi 207Mi 25Gi 25Gi Swap: 31Gi 3.7Gi 28Gi
As well as
cat /proc/sys/vm/swappiness: 10
and
$ cat /proc/pressure/cpu some avg10=0.00 avg60=0.00 avg300=0.00 total=302436406 full avg10=0.00 avg60=0.00 avg300=0.00 total=0 $ cat /proc/pressure/memory some avg10=0.00 avg60=0.00 avg300=0.00 total=64263542 full avg10=0.00 avg60=0.00 avg300=0.00 total=63043120 $ cat /proc/pressure/io some avg10=1.99 avg60=1.67 avg300=1.61 total=1844790000 full avg10=1.90 avg60=1.59 avg300=1.56 total=1788451770
41 containers:
Are you noticing any stalling or stuttering when running apps or using multiple apps? If ‘no’ then I’d agree with the ones that are telling you it’s fine. Dats how Linux do. I’ve always been told to let Linux handle that unless it’s causing problems for you. And even then, after exhausting all other things that may cause this. Now whether that is sage advice, I couldn’t comment to that, however and anecdotally, it’s served me well.