<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Pseudo swap in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap/m-p/4034983#M302024</link>
    <description>Hi gurus,&lt;BR /&gt;&lt;BR /&gt;              Can u plz explain me what is pseudo swap in HP-Ux.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Bhushi&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Jul 2007 10:12:46 GMT</pubDate>
    <dc:creator>Bhushi</dc:creator>
    <dc:date>2007-07-10T10:12:46Z</dc:date>
    <item>
      <title>Pseudo swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap/m-p/4034983#M302024</link>
      <description>Hi gurus,&lt;BR /&gt;&lt;BR /&gt;              Can u plz explain me what is pseudo swap in HP-Ux.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Bhushi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2007 10:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap/m-p/4034983#M302024</guid>
      <dc:creator>Bhushi</dc:creator>
      <dc:date>2007-07-10T10:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pseudo swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap/m-p/4034984#M302025</link>
      <description>Steven gives a good explanation here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=128060" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=128060&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 10 Jul 2007 10:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap/m-p/4034984#M302025</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-07-10T10:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pseudo swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap/m-p/4034985#M302026</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;check this doc:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5965-4641/ch01s09.html" target="_blank"&gt;http://docs.hp.com/en/5965-4641/ch01s09.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;p.s. don't forget to assign points! also in your other threads..</description>
      <pubDate>Tue, 10 Jul 2007 10:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap/m-p/4034985#M302026</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-07-10T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pseudo swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap/m-p/4034986#M302027</link>
      <description>It is not actually swap at all. It is a technique to tell the kernel to allow 75% of physical memory to count as process reservation space. &lt;BR /&gt;&lt;BR /&gt;Consider a box with 16GiB of RAM and 4GiB of device or filesystem swap with pseudoswap disabled. The maximum amount of space for processes would be 4GiB regardless of the amount of free memory. Now if we turn on pseudoswap (swapmem_on=1), 0.75 x 16GiB = 12GiB is added to the reservation space and we can run 16GiB's of processes. Pseudoswap is intended for those systems which have much more memory than swapspace (you bought all that memory so that you would not swap!) and serves no purpose in systems where swap &amp;gt;= RAM (it should be disabled in those cases).&lt;BR /&gt;&lt;BR /&gt;Important concept for UNIX: The amount of PHYSICAL memory does not limit the number and size of processes which can be run; the amount of VIRTUAL memory does. The amount of available physical memory does dramitically alter the speed at which those processes can run.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2007 10:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap/m-p/4034986#M302027</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-07-10T10:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pseudo swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap/m-p/4034987#M302028</link>
      <description>From the help within the kernel configuration for swapmem_on:      &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In previous versions of HP-UX, system configuration required&lt;BR /&gt;      sufficient physical swap space for the maximum possible number of&lt;BR /&gt;      processes on the system.  This is because HP-UX reserves swap space&lt;BR /&gt;      for a process when it is created, to ensure that a running process&lt;BR /&gt;      never needs to be killed due to insufficient swap.&lt;BR /&gt;&lt;BR /&gt;      This was difficult, however, for systems needing gigabytes of swap&lt;BR /&gt;      space with gigabytes of physical memory, and those with workloads&lt;BR /&gt;      where the entire load would always be in core.  This tunable was&lt;BR /&gt;      created to allow system swap space to be less than core memory.  To&lt;BR /&gt;      accomplish this, a portion of physical memory is set aside as&lt;BR /&gt;      'pseudo-swap' space.  While actual swap space is still available,&lt;BR /&gt;      processes still reserve all the swap they will need at fork or execute&lt;BR /&gt;      time from the physical device or file system swap.  Once this swap is&lt;BR /&gt;      completely used, new processes do not reserve swap, and each page&lt;BR /&gt;      which would have been swapped to the physical device or file system is&lt;BR /&gt;      instead locked in memory and counted as part of the pseudo-swap space.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2007 10:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap/m-p/4034987#M302028</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2007-07-10T10:25:14Z</dc:date>
    </item>
  </channel>
</rss>

