<?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 Tuning the pseuo-swap space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725824#M64240</link>
    <description>I have HP-UX running on my UNIX box. The &lt;BR /&gt;&lt;BR /&gt;swapinfo shows:&lt;BR /&gt;/usr/sbin/swapinfo -t&lt;BR /&gt;memory   674956  135700  539256   20% ==&amp;gt; Usage. &lt;BR /&gt;&lt;BR /&gt;I would like to know how do I modify this pseuo-swap ??? What tunable needs to be used ??? Is it swapchunk/maxswapchunk???&lt;BR /&gt;</description>
    <pubDate>Thu, 16 May 2002 16:15:34 GMT</pubDate>
    <dc:creator>Radheya</dc:creator>
    <dc:date>2002-05-16T16:15:34Z</dc:date>
    <item>
      <title>Tuning the pseuo-swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725824#M64240</link>
      <description>I have HP-UX running on my UNIX box. The &lt;BR /&gt;&lt;BR /&gt;swapinfo shows:&lt;BR /&gt;/usr/sbin/swapinfo -t&lt;BR /&gt;memory   674956  135700  539256   20% ==&amp;gt; Usage. &lt;BR /&gt;&lt;BR /&gt;I would like to know how do I modify this pseuo-swap ??? What tunable needs to be used ??? Is it swapchunk/maxswapchunk???&lt;BR /&gt;</description>
      <pubDate>Thu, 16 May 2002 16:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725824#M64240</guid>
      <dc:creator>Radheya</dc:creator>
      <dc:date>2002-05-16T16:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the pseuo-swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725825#M64241</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Pseudoswap is either on or off as controlled by 'swapmem_on'.  Clearly, as indicated in the output of the "memory" line from 'swapinfo', you have pseudoswap enabled.&lt;BR /&gt;&lt;BR /&gt;You would increase 'maxswapchunks' to allow device and filesystem swap to be enlarged.  'swchunk' translates into the I/O size in blocks written to a swap device and therefore comes into play when balancing I/O between multiple swap devices.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 16 May 2002 16:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725825#M64241</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-16T16:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the pseuo-swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725826#M64242</link>
      <description>Pseudo-swap reservations are controlled by a counter swapmem_cnt.  The counter starts at the value equal to 3/4 of the total physical memory and is decremented as more processes reserve pseudo-swap.  The counter does not indicate that any additional memory of swap space is actually used, it's just a counter.  The only problem occurs when the counter is reduced to 0.  This is equivalent to 'swapinfo -t' showing 100% utilization for memory.  I would only be concerned if the percentage is likely to hit 100%.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 May 2002 16:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725826#M64242</guid>
      <dc:creator>Mladen Despic</dc:creator>
      <dc:date>2002-05-16T16:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the pseuo-swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725827#M64243</link>
      <description>For more information, see&lt;BR /&gt;/usr/share/doc/mem_mgt.txt&lt;BR /&gt;and look for:&lt;BR /&gt;"Reservation of Physical Swap Space"</description>
      <pubDate>Thu, 16 May 2002 16:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725827#M64243</guid>
      <dc:creator>Mladen Despic</dc:creator>
      <dc:date>2002-05-16T16:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the pseuo-swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725828#M64244</link>
      <description>pseudoswap is extremely useful on systems with&lt;BR /&gt;large memory so that you don't need to match or double the amount of actual/physical swap that has been recommended. Pseudoswap's size is&lt;BR /&gt;calculated based on 75% of memory. This 75% is just a calculation. But this does not mean that memory is taken by pseudoswap. On the contrary, pseudoswap doesn't exist. &lt;BR /&gt;&lt;BR /&gt;"The system will use pseudo swap only for reserving space and does not page processes in and out of pseudo swap. In the event that processes need to be paged out of physical memory, the kernel will swap to device or filesystem swap."&lt;BR /&gt;&lt;BR /&gt;Pseudo swap is turned on by default and can be turned off by changing the kernel parameter swapmem_on to off. &lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Thu, 16 May 2002 17:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725828#M64244</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2002-05-16T17:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the pseuo-swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725829#M64245</link>
      <description>Hi Radheya,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=064e7a40015481c3ca/screen=ckiDisplayDocument?docId=200000048595137" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=064e7a40015481c3ca/screen=ckiDisplayDocument?docId=200000048595137&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 16 May 2002 17:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725829#M64245</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-16T17:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the pseuo-swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725830#M64246</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For tuning the pseudo-swap you need not change the maxswapchunks/swapchunk.&lt;BR /&gt;&lt;BR /&gt;How much memory does your system has ??? Are you having any performance problems &lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Thu, 16 May 2002 17:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-pseuo-swap-space/m-p/2725830#M64246</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-05-16T17:16:20Z</dc:date>
    </item>
  </channel>
</rss>

