<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jim Kronebusch wrote:
<blockquote cite="mid20071005200521.M371@winonacotter.org" type="cite">
  <pre wrap="">On Fri, 5 Oct 2007 07:53:53 -0700, Dan Young wrote
  </pre>
  <blockquote type="cite">
    <pre wrap="">On 10/5/07, "Terrell Prudé Jr." <a class="moz-txt-link-rfc2396E" href="mailto:microman@cmosnetworks.com"><microman@cmosnetworks.com></a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap=""> /sbin/sysctl -w vm.swappiness=1    (default is 60)
 /sbin/sysctl -w vm.vfs_cache_pressure=50   (default is 100)
      </pre>
    </blockquote>
    <pre wrap="">If you want those kind of changes to persist between reboots, you must add
them to /etc/sysctl.conf
    </pre>
  </blockquote>
  <pre wrap=""><!---->
So in /etc/sysctl.conf you would just add the following two lines"

vm.swappiness=1
vm.vfs_cache_pressure=50

Thanks,
Jim
  </pre>
</blockquote>
<br>
Exactly.<br>
<br>
--TP<br>
</body>
</html>