I want to increase the swappiness in my windows 7

-1

as I have 60% RAM usage every time. I have already increased Virtual Memory (Increased Swap Size) but want to increase swappiness too. see my RAM usage:

enter image description here

TORRENTER

Posted 2014-04-12T05:20:34.533

Reputation: 53

why? just why would you want to do this atall? – Milney – 2017-01-12T14:51:09.937

1

post pictures of RAMMAp, this show more details about RAM usage: http://blogs.technet.com/b/askperf/archive/2010/08/13/introduction-to-the-new-sysinternals-tool-rammap.aspx

– magicandre1981 – 2014-04-12T06:51:18.520

Answers

1

Unused RAM is wasted RAM. There is no reason to force use of swap when your RAM is enough. 70% RAM usage is not a bad thing in a multitasking OS, it does not imply that you are low on memory as it does in a single-tasking OS (in a single process it might.) Windows will automatically move some of the least accessed memory to swap if you run out of RAM. Sometimes it might even preload frequently used files/programs into RAM without asking you so they load faster, which might what brings your usage up to 60-70%. Why exactly do you want to increase swappiness?

In any case, I don't think this is possible; there are ways to decrease swappiness on Windows but not increase it.

Jonathan Baldwin

Posted 2014-04-12T05:20:34.533

Reputation: 426

Unused RAM is wasted RAM This isn't true. Consider the situation where you want to open a new big application when RAM is mostly taken up. Page file is not used at all. What happens? Not only do you need to move enough already open applications into the page file, but you also need to load the new application from disk. This could be improved by having the page file on a different physical drive, however I imagine that most people only have one. Having least recently used applications swapped out passively can help load new stuff quicker. – Doddy – 2015-11-28T22:23:21.870

I guess my point is that it varies per use case. But unused RAM definitely isn't always wasted RAM. – Doddy – 2015-11-28T22:27:06.383

Unused RAM is wasted RAM! That is actually true! You can stick pages on disk AND keep them in memory. That way, once you suddenly need lots of RAM, you can just discard those pages instantly - they're already on disk - but you do not waste RAM by being "nulled out". – stolsvik – 2016-06-21T07:20:07.473