On Wed, 6 Sep 2017 16:21:12 -0700, John R. Sowden wrote:
>Thanks for the follow up. Most of my machines have 2GB RAM.  I didn't 
>realize it, but when I ran free -m, I found there is only 1GB on this 
>machine.  I think you're right.  Feature/bloat creep?

Hi,

you are guessing based on what evidence/evidences?

If you run

  free -m

or

  top

what does swap show?

If you are running

  top

then sort by memory, is memory really that much needed by bloated apps?

Push X to see by what top does sort, push Shift+M to sort by memory.

If you run

  df -ht tmpfs

is there enough tmpfs available?

If tmpfs should be full

  ls $(df -t tmpfs | awk '{ print $6}' | grep -v Mounted)

shows what is in tmpfs.

Regards,
Ralf


-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users

Reply via email to