<?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: swapinfo shows memory erosion? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663719#M615682</link>
    <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;   You don't have to increase your device swap which is 1GB at present. swapinfo command output shows that only 6% of your device swap is being utilized. This means there is no real constraint in device swap space.&lt;BR /&gt;   What ever said and done, 1.5 GB memory is too meagre for Oracle 10g. Please upgrade RAM to 3-4GB. This only provides better performance.&lt;BR /&gt;Regards,&lt;BR /&gt;Muru</description>
    <pubDate>Wed, 21 Jul 2010 03:00:32 GMT</pubDate>
    <dc:creator>muruganantham raju</dc:creator>
    <dc:date>2010-07-21T03:00:32Z</dc:date>
    <item>
      <title>swapinfo shows memory erosion?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663713#M615676</link>
      <description>Hello all,&lt;BR /&gt;I have an L Class 9000 Server, OS is PA-RISC&lt;BR /&gt;HPUX 11.11&lt;BR /&gt;I have 1.5 GB of memory, and current swap/dump space defined as 1 GB i.e. (lvol2)&lt;BR /&gt;&lt;BR /&gt;I am also running Oracle 10gR2.&lt;BR /&gt;&lt;BR /&gt;I am seeing a steady erosion of my swap/memory space...&lt;BR /&gt;&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     1048576       0 1048576    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -  545488 -545488&lt;BR /&gt;memory  1129284  725592  403692   64%&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     1048576   62668  985908    6%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -  480936 -480936&lt;BR /&gt;memory  1129284  832032  297252   74%&lt;BR /&gt;&lt;BR /&gt;I ran the procsize tool and didn't see anything unusual..&lt;BR /&gt;oracle takes up a lot, but it doesn't seem to be increasing...&lt;BR /&gt;&lt;BR /&gt;Thanks for any ideas.</description>
      <pubDate>Tue, 20 Jul 2010 15:23:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663713#M615676</guid>
      <dc:creator>Gary_O</dc:creator>
      <dc:date>2010-07-20T15:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo shows memory erosion?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663714#M615677</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This could be due to normal processing.&lt;BR /&gt;&lt;BR /&gt;Try this tool:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=8" target="_blank"&gt;http://www.hpux.ws/?p=8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It tracks memory use over time, you set the parameters and collect the data.&lt;BR /&gt;&lt;BR /&gt;The Memory Leak Detector.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 20 Jul 2010 15:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663714#M615677</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-07-20T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo shows memory erosion?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663715#M615678</link>
      <description>You may have performance issue due to device swap. If it is possible, add more device swap to 2 x size of RAM, i.e add 2GB more to swap. Good Luck.</description>
      <pubDate>Tue, 20 Jul 2010 16:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663715#M615678</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2010-07-20T16:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo shows memory erosion?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663716#M615679</link>
      <description>This isn't an HP-UX issue. If a program wants more memory, it asks for it. If it has asked for more memory than you expect, contact the manufacturer (Oracle?) of the program and have them address the condition. Additionally, memory mapped files (used by your applications) will use a portion of the swap space.&lt;BR /&gt; &lt;BR /&gt;The only time to be concerned is when swap space becomes heavily used (more than 40%-50%) and it doesn't stop increasing, or performance is awful *AND* vmstat reports po (page out) rates more than 50-100. Then you have three choices:&lt;BR /&gt; &lt;BR /&gt;- Stop running so many processes or user applications on this system,&lt;BR /&gt; &lt;BR /&gt;- Get the DB or applications patched (if available)&lt;BR /&gt; &lt;BR /&gt;- Buy more memory. &lt;BR /&gt; &lt;BR /&gt;FYI, 1.5GB of RAM is pitifully small for reasonable performance with Oracle. I would run a minimum of 4GB, perhaps 6GB to 12GB for best performance on a midsized computer like the L-class.</description>
      <pubDate>Tue, 20 Jul 2010 17:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663716#M615679</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-07-20T17:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo shows memory erosion?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663717#M615680</link>
      <description>Thanks guys,&lt;BR /&gt;I am not seeing any page outs (po).&lt;BR /&gt;&lt;BR /&gt;# vmstat 10 10&lt;BR /&gt;         procs           memory                   page&lt;BR /&gt;    faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in&lt;BR /&gt;    sy    cs  us sy id&lt;BR /&gt;    1     0     0    98860    6353   36    8     0    0     0    0     0    551&lt;BR /&gt;   789    89   1  1 98&lt;BR /&gt;    1     0     0    82281    6297   36    6     0    0     0    0     0    608&lt;BR /&gt;   769    89   0  1 99&lt;BR /&gt;    1     0     0   100778    6297   29    4     0    0     0    0     0    646&lt;BR /&gt;   637    86   0  1 99&lt;BR /&gt;    1     0     0    99976    6297   37    5     0    0     0    0     0    662&lt;BR /&gt;   741    90   0  1 99&lt;BR /&gt;    1     0     0    81577    6297   37    5     0    0     0    0     0    644&lt;BR /&gt;   736    90   0  1 99&lt;BR /&gt;    1     0     0    98338    6297   37    5     0    0     0    0     0    647&lt;BR /&gt;   771    88   0  1 99&lt;BR /&gt;    1     0     0    98240    6297   37    5     0    0     0    0     0    661&lt;BR /&gt;   726    85   0  1 99&lt;BR /&gt;    1     0     0    84669    6297   33    4     0    0     0    0     0    664&lt;BR /&gt;   757    88   1  1 99&lt;BR /&gt;    1     0     0   105058    6297   37    5     0    0     0    0     0    491&lt;BR /&gt;   754    87   0  1 99&lt;BR /&gt;    1     0     0   105247    5964   50    5     6    0     0    0     0    467&lt;BR /&gt;  1016    97   1  1 98&lt;BR /&gt;&lt;BR /&gt;Since my ram is 1.5gb and my current&lt;BR /&gt;swap/dump (lvol2) is 1gb, is it a good idea to increase my swap/dump to 2gb?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2010 18:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663717#M615680</guid>
      <dc:creator>Gary_O</dc:creator>
      <dc:date>2010-07-20T18:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo shows memory erosion?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663718#M615681</link>
      <description>It would be helpful if you provided "swapinfo -tam" to get the totals, instead of the default.&lt;BR /&gt;&lt;BR /&gt;If you want to see which process is taking more memory, you can use top and look at the SIZE column.&lt;BR /&gt;&lt;BR /&gt;Does it get as far as running out of memory at 100%?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2010 21:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663718#M615681</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-07-20T21:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo shows memory erosion?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663719#M615682</link>
      <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;   You don't have to increase your device swap which is 1GB at present. swapinfo command output shows that only 6% of your device swap is being utilized. This means there is no real constraint in device swap space.&lt;BR /&gt;   What ever said and done, 1.5 GB memory is too meagre for Oracle 10g. Please upgrade RAM to 3-4GB. This only provides better performance.&lt;BR /&gt;Regards,&lt;BR /&gt;Muru</description>
      <pubDate>Wed, 21 Jul 2010 03:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663719#M615682</guid>
      <dc:creator>muruganantham raju</dc:creator>
      <dc:date>2010-07-21T03:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo shows memory erosion?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663720#M615683</link>
      <description>&amp;gt;Muru: swapinfo command output shows that only 6% of your device swap is being utilized.&lt;BR /&gt;&lt;BR /&gt;It also shows that 45% is reserved.&lt;BR /&gt;&lt;BR /&gt;(But if -tam was used, we wouldn't have to resort to a calculator.)</description>
      <pubDate>Wed, 21 Jul 2010 05:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663720#M615683</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-07-21T05:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo shows memory erosion?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663721#M615684</link>
      <description>Here are the current totals:&lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        1024      61     963    6%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     468    -468&lt;BR /&gt;memory     1103     807     296   73%&lt;BR /&gt;total      2127    1336     791   63%       -       0    -&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Gary</description>
      <pubDate>Wed, 21 Jul 2010 15:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663721#M615684</guid>
      <dc:creator>Gary_O</dc:creator>
      <dc:date>2010-07-21T15:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: swapinfo shows memory erosion?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663722#M615685</link>
      <description>Gary,&lt;BR /&gt;&lt;BR /&gt;Performance analysis is a tough job, in order to understand who/what is consuming memory you may need tools like kmeminfo which can be supplied by HP only.  &lt;BR /&gt;&lt;BR /&gt;I would suggest you to involve HP to address this issue.&lt;BR /&gt;&lt;BR /&gt;NOTE: I have noticed on many occations applcation (in your case Oracle) to be the main cause of high memory consumption, you may involve Oracle aswell..&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth</description>
      <pubDate>Wed, 21 Jul 2010 16:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapinfo-shows-memory-erosion/m-p/4663722#M615685</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2010-07-21T16:49:44Z</dc:date>
    </item>
  </channel>
</rss>

