Steam for Linux

Steam for Linux

TF2, reducing swap usage - how-to
I noticed that the swap usage while I'm playing TF2 is too high. While I have 8GiB RAM, kernel tries massive swapping. TF2 loading and closing times are long etc.

I've reduced the "swappines" parameter http://en.wihttp://en.wikipedia.org/wiki/Swappiness from default 60 to 20:
sudo su - echo 20 > /proc/sys/vm/swappiness

For permanent result add to /etc/sysctl.conf line:
vm.swappiness = 20
< >
5 yorumdan 1 ile 5 arası gösteriliyor
That's odd. I've never seen my computer use more than a few kilobytes of swap ever (on Linux that is), and I have 4 GB of RAM. Have you modified your scheduler before? By default, it shouldn't be swapping out memory unless you haven't used it in a long time and the memory would be better spent on the filesystem cache (so, not very often).
En son [Linux] unbridledExüberance tarafından düzenlendi; 16 Şub 2013 @ 19:34
It depends on the situation etc. This is a common fix/tweak a lot of people end up doing, because -- especially on a game like TF2 where it might be minutes between loads -- the OS may well think the memory unused(as it hasn't been touched in minutes), yet we really /do/ care about it.
Whether cached files or swapping out unused ram is better really depends on the applications you want to run. On a server, the default is probably good enough. On a desktop, we don't want to be waiting(period), so I'd say it should be set to a fairly low value.
Swap? What's that?

Unless you use suspend, you don't need swap if your ram is above 4GB. This is not Windows :)
Ah, okay. It makes sense that it might swap it during loading. It shouldn't make any noticeable difference though, since it should stay in memory after the load is done. It's not like it's thrashing or anything.

Still, that's not a bad tip in general.

You can also disable swap entirely with
sudo swapoff -a
(and reenable it with swapon). A word of warning though: this may cause a kernel panic if you, for some reason, need more RAM at once than you have available. That shouldn't be a problem though if you have at least 4 GB.
İlk olarak gutigen o) tarafından gönderildi:
Swap? What's that?

Unless you use suspend, you don't need swap if your ram is above 4GB. This is not Windows :)
Actually swap can help even if you have more than 4 GB RAM because it frees up space for the disk cache—how much swap to disk cache is essentially vm.swappiness.
< >
5 yorumdan 1 ile 5 arası gösteriliyor
Sayfa başına: 1530 50

Gönderilme Tarihi: 16 Şub 2013 @ 13:33
İleti: 5