<?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 Re: pseudo-swap question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579754#M229623</link>
    <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;We have a system which one day jumped from 45% utilization of configured memory to 92% utilization and the percentage has stayed at the high utilization level.  We are exploring the excessive potential utilization of pseudo-swap and potential recovery processing. The system is an rp8400 with 11.11 v1 ( December 2004 patch level) with 24 GB of memory.&lt;BR /&gt;&lt;BR /&gt;Chuck</description>
    <pubDate>Mon, 11 Jul 2005 14:46:27 GMT</pubDate>
    <dc:creator>Chuck Ciesinski</dc:creator>
    <dc:date>2005-07-11T14:46:27Z</dc:date>
    <item>
      <title>pseudo-swap question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579752#M229621</link>
      <description>To all,&lt;BR /&gt;&lt;BR /&gt;Please forgive me if the answer is already available as I just got tasked to find out if a patch has been released to fix known problem&lt;BR /&gt;# KBRC00015724.  &lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any and all assisistance...&lt;BR /&gt;&lt;BR /&gt;Chuck Ciesinski</description>
      <pubDate>Mon, 11 Jul 2005 14:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579752#M229621</guid>
      <dc:creator>Chuck Ciesinski</dc:creator>
      <dc:date>2005-07-11T14:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: pseudo-swap question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579753#M229622</link>
      <description>Umm...What's the problem?  The Doc ID you give just answers the question "What is pseudo swap?"&lt;BR /&gt;&lt;BR /&gt;What problem are you trying to solve?&lt;BR /&gt;&lt;BR /&gt;If you are wanting to use pseudo-swap, just turn on (set to 1) the kernel parameter swapmem_on, recompile the kernel and reboot.&lt;BR /&gt;&lt;BR /&gt;If you are looking for something else, please provide more information.</description>
      <pubDate>Mon, 11 Jul 2005 14:06:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579753#M229622</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-07-11T14:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: pseudo-swap question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579754#M229623</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;We have a system which one day jumped from 45% utilization of configured memory to 92% utilization and the percentage has stayed at the high utilization level.  We are exploring the excessive potential utilization of pseudo-swap and potential recovery processing. The system is an rp8400 with 11.11 v1 ( December 2004 patch level) with 24 GB of memory.&lt;BR /&gt;&lt;BR /&gt;Chuck</description>
      <pubDate>Mon, 11 Jul 2005 14:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579754#M229623</guid>
      <dc:creator>Chuck Ciesinski</dc:creator>
      <dc:date>2005-07-11T14:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: pseudo-swap question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579755#M229624</link>
      <description>chuck,&lt;BR /&gt;&lt;BR /&gt;what is your kernel parameters: &lt;BR /&gt;&lt;BR /&gt;# kmtune |grep -i dbc&lt;BR /&gt;dbc_max_pct                 3  -  3&lt;BR /&gt;dbc_min_pct                 1  -  1&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2005 14:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579755#M229624</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2005-07-11T14:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: pseudo-swap question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579756#M229625</link>
      <description>Pseudoswap isn't swap at all; it's simply bookkeeping and doesn't use memory. Do a swapinfo -t, the memory row lists the value for pseudoswap but it's really simply space used by processes. A very common cause of the problem you observe is unused/unattached shared memory segments. Do an ipcs -ma and note any large shmid's that have NATTCH = 0. These might possibly be safe to remove; nattach = 0 is a necessary but not necessarily sufficient condition for safe removal of a shmid via ipcrm. Shared memory segments can easily be left dangling if kill -9 has been used. You could also have very large buffer cache settings. On boxers with your amount of memory it makes much more sense to set bufpages to a non-zero value because even small percentages of dbc_xxx_pct can be quite large with 24GB of memory. In general, 800-1600MB for buffer cache is very, very generous so set bufpages to a equal to the number of desired 4KB chunks.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2005 15:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579756#M229625</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-07-11T15:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: pseudo-swap question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579757#M229626</link>
      <description>Chuck,&lt;BR /&gt;&lt;BR /&gt;Have you rebooted since the jump in memory utilization?  Any zombies?&lt;BR /&gt;&lt;BR /&gt;I can't find KBRC00015724.</description>
      <pubDate>Tue, 12 Jul 2005 08:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pseudo-swap-question/m-p/3579757#M229626</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2005-07-12T08:30:12Z</dc:date>
    </item>
  </channel>
</rss>

