<?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: Memory / swap problem? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520302#M219764</link>
    <description>This could mean several things: maxdsiz, maxdsiz_64bit,maxssiz,maxssiz_64bit kernel limits need to be increased; out of virtual memory -- you need more swap space.&lt;BR /&gt;&lt;BR /&gt;The second line does not appear to be the output of a standard command like swapinfo BUT it appears that you are out of swap space. You need to add more swap or reduce the memory footprint of your system by reducing things like database shared memory structures. &lt;BR /&gt;&lt;BR /&gt;I suspect that you are seeing a rather high pageout rate indicating that you need more physical memory but lack of physical memory will cause poor performance not program crashes. Lack of virtual memory (of which swap is a component) will cause program crashes.&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Apr 2005 11:41:01 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-04-07T11:41:01Z</dc:date>
    <item>
      <title>Memory / swap problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520301#M219763</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have an HP-UX (11.11) machine.&lt;BR /&gt;This is running tuxedo8.0, oracle9i, weblogic 6.1.&lt;BR /&gt;&lt;BR /&gt;I keep getting the error:&lt;BR /&gt;PID8864 received a SIGSEGV for stack growth failure.&lt;BR /&gt;Possible causes: insufficient memory or swap space, or stack size exceeded maxssize.&lt;BR /&gt;&lt;BR /&gt;Also can someone tell me what is the meaning of :&lt;BR /&gt;Swap Mbytes:In Use = 630 Reserved = 1418 Available = 0.&lt;BR /&gt;&lt;BR /&gt;Please advice what is wrong.</description>
      <pubDate>Thu, 07 Apr 2005 11:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520301#M219763</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-04-07T11:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Memory / swap problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520302#M219764</link>
      <description>This could mean several things: maxdsiz, maxdsiz_64bit,maxssiz,maxssiz_64bit kernel limits need to be increased; out of virtual memory -- you need more swap space.&lt;BR /&gt;&lt;BR /&gt;The second line does not appear to be the output of a standard command like swapinfo BUT it appears that you are out of swap space. You need to add more swap or reduce the memory footprint of your system by reducing things like database shared memory structures. &lt;BR /&gt;&lt;BR /&gt;I suspect that you are seeing a rather high pageout rate indicating that you need more physical memory but lack of physical memory will cause poor performance not program crashes. Lack of virtual memory (of which swap is a component) will cause program crashes.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 11:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520302#M219764</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-07T11:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Memory / swap problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520303#M219765</link>
      <description>What does your swapinfo -tam output looks like?</description>
      <pubDate>Thu, 07 Apr 2005 11:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520303#M219765</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-04-07T11:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Memory / swap problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520304#M219766</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Please see the swapinfo and kernel values:&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        2048     674    1374   33%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -    1374   -1374&lt;BR /&gt;memory     1506     652     854   43%&lt;BR /&gt;total      3554    2700     854   76%       -&lt;BR /&gt;       0    -&lt;BR /&gt;=========================&lt;BR /&gt;kmtune -lq maxdsiz&lt;BR /&gt;Parameter:      maxdsiz             &lt;BR /&gt;Current:        1073741824&lt;BR /&gt;Planned:        1073741824                                                 &lt;BR /&gt;Default:        0x10000000                                                  &lt;BR /&gt;Minimum:        -                                            &lt;BR /&gt;Module:         -                             &lt;BR /&gt;Version:        -                             &lt;BR /&gt;Dynamic:        No&lt;BR /&gt;&lt;BR /&gt;kmtune -lq maxdsiz_64bit&lt;BR /&gt;Parameter:      maxdsiz_64bit       &lt;BR /&gt;Current:        2147483648&lt;BR /&gt;Planned:        2147483648                                                  &lt;BR /&gt;Default:        0x0000000040000000                                          &lt;BR /&gt;Minimum:        -                                             &lt;BR /&gt;Module:         -                             &lt;BR /&gt;Version:        -                             &lt;BR /&gt;Dynamic:        No&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kmtune -lq maxssiz&lt;BR /&gt;Parameter:      maxssiz             &lt;BR /&gt;Current:        134217728&lt;BR /&gt;Planned:        134217728                                                   &lt;BR /&gt;Default:        0x00800000                                                  &lt;BR /&gt;Minimum:        -                                             &lt;BR /&gt;Module:         -                             &lt;BR /&gt;Version:        -                             &lt;BR /&gt;Dynamic:        No&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kmtune -lq maxssiz_64bit &lt;BR /&gt;Parameter:      maxssiz_64bit       &lt;BR /&gt;Current:        1073741824&lt;BR /&gt;Planned:        1073741824                                                  &lt;BR /&gt;Default:        0x00800000                                                  &lt;BR /&gt;Minimum:        -                                             Module:         -                             &lt;BR /&gt;Version:        -                             &lt;BR /&gt;Dynamic:        No&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 11:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520304#M219766</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-04-07T11:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Memory / swap problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520305#M219767</link>
      <description>swap space is needed even if its never used. When processes start, they reserve it.&lt;BR /&gt;&lt;BR /&gt;If you are actually paging processes in and out of swap, you need to add memory to the system.&lt;BR /&gt;&lt;BR /&gt;Paging really slows down the system.&lt;BR /&gt;&lt;BR /&gt;I'd like to see some vmstat info, perhaps swapinfo -tam to see how hard swap is being hit and how much is in use.&lt;BR /&gt;&lt;BR /&gt;If you are not paging and there simply is not enough swap, then increasing it is all you need to do. I think that unlikely.&lt;BR /&gt;&lt;BR /&gt;What kind of server, hardware wise? How much memory?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 07 Apr 2005 12:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520305#M219767</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-04-07T12:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Memory / swap problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520306#M219768</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have pasted the swap info output in my previous post, please see other info below:&lt;BR /&gt;&lt;BR /&gt;Model : 9000/800/A500-7X&lt;BR /&gt;No. of cpu : 2&lt;BR /&gt;cpu type:  A500-7X 2.0 PA8700&lt;BR /&gt;Kernel 64 bits&lt;BR /&gt;Memory info (from sam):&lt;BR /&gt;Physical Memory:         2049.8 MB &lt;BR /&gt;Real Memory:&lt;BR /&gt;   Active:  726385.3 KB&lt;BR /&gt;   Total:   1601000.9 KB&lt;BR /&gt;Virtual Memory:&lt;BR /&gt;   Active:     1543163.1 KB &lt;BR /&gt;   Total:      3265962.5 KB &lt;BR /&gt;Free Memory Pages:  15340 at 4 KB/page&lt;BR /&gt;Swap Space:&lt;BR /&gt;   Avail:      2048 MB&lt;BR /&gt;   Used:       2048 MB       &lt;BR /&gt;&lt;BR /&gt;:&amp;gt;vmstat 1 15&lt;BR /&gt;         procs           memory                   page                              faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id&lt;BR /&gt;    2     0     0   380344   16987    9    2     5    6     0    0    88    429   2459   470   2  0 98&lt;BR /&gt;    2     0     0   380344   16925    9    1     3    0     0    0     0    413   1983   432   2  0 98&lt;BR /&gt;    2     0     0   380344   16933    8    0     2    0     0    0     0    412   2136   461   0  0 100&lt;BR /&gt;    2     0     0   380344   16933    6    0     2    0     0    0     0    411   2039   437   0  0 100&lt;BR /&gt;    2     0     0   380344   16933    4    0     2    0     0    0     0    411   1939   418   1  0 99&lt;BR /&gt;    3     0     0   380708   16933    3    0     1    0     0    0     0    409   2100   450   0  1 99&lt;BR /&gt;    3     0     0   380708   16933    2    0     1    0     0    0     0    408   1976   431   0  0 100&lt;BR /&gt;    3     0     0   380708   16933    1    0     1    0     0    0     0    408   1860   413   1  0 99&lt;BR /&gt;    3     0     0   380708   16933    0    0     1    0     0    0     0    408   2031   446   0  0 100&lt;BR /&gt;    3     0     0   380708   16933    4    0     1    0     0    0     0    411   2018   439   0  1 99&lt;BR /&gt;    3     0     0   380708   16933    3    0     1    0     0    0     0    410   1967   433   1  0 99&lt;BR /&gt;    3     0     0   380708   16933    2    0     1    0     0    0     0    444   2201   470   0  0 100&lt;BR /&gt;    3     0     0   380708   16933    1    0     1    0     0    0     0    436   2196   445   1  2 97&lt;BR /&gt;    3     0     0   380708   16933    0    0     1    0     0    0     0    432   2089   425   1  0 99&lt;BR /&gt;    3     0     0   380708   16933    0    0     0    0     0    0     0    428   2255   460   0  0 100&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 12:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520306#M219768</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-04-07T12:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Memory / swap problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520307#M219769</link>
      <description>Just to cover the obvious -- but did you run a debugger on the resulting corefile from PID8864's termination and see what it was doing? (How much stack was in use, etc.). If this was a 64-bit app, you could exhaust the swap remaining listed above given your maxssiz_64bit... if it was a 32-bit app, then either you're going to have to raise maxssiz if you think it is behaving properly (Fortran/Java use a lot of stack) or get the app fixed if not (lots of recursion, big local arrays within functions in C).</description>
      <pubDate>Thu, 07 Apr 2005 13:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520307#M219769</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2005-04-07T13:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Memory / swap problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520308#M219770</link>
      <description>hi,&lt;BR /&gt;i am new to all this, i dont know where is the core file or how to run the debugger, &lt;BR /&gt;how do i find out how much stack was in use? &lt;BR /&gt;&lt;BR /&gt;please advice.</description>
      <pubDate>Thu, 07 Apr 2005 13:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520308#M219770</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-04-07T13:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Memory / swap problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520309#M219771</link>
      <description>Core file is placed in the current working directory of the application that failed. &lt;BR /&gt;&lt;BR /&gt;Debuggers are typically invoked as: debugger binary core-file... (example: gdb /usr/local/bin/dumper /tmp/core))... once you're in there, you can get a back trace of the stack, get information on the top frame, etc. At the least, the backtrace on the stack should give the app developer an idea of where it failed and why.&lt;BR /&gt;&lt;BR /&gt;Given that you aren't familiar with a debugger (and I'm guessing aren't a programmer), it may be a more worthwhile use of your time to simply locate the core file, do "file core" to find out what application dumped core -- and contact your support (internal/external/whatnot) for that application to resolve if this stack growth is intentional or a bug.</description>
      <pubDate>Thu, 07 Apr 2005 14:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-swap-problem/m-p/3520309#M219771</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2005-04-07T14:17:54Z</dc:date>
    </item>
  </channel>
</rss>

