<?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: System Memory issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194277#M323974</link>
    <description>It is really important to define "crash". Normally, the term crash is used when describing an HP-UX panic where the OS halts, writes memory to a dump area and then reboots. If instead you mean that an application is aborting with a core dump, then this is an application issue and not something you can fix as an admin other than to increase run-away program limits. HP-UX is a virtual memory system so you can run very large programs that are properly written and compiled. But as mentioned before, if a process runs out of memory, the issue is with the program and what it is trying to do. If your program is only a 32bit executable, then the programmer should be well aware of the limits imposed by not writing a 64bit program. You can increase maxdsiz in the kernel but your program may need to be recompiled or possibly changed using chatr to access a larger memory map.</description>
    <pubDate>Thu, 08 May 2008 16:30:42 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2008-05-08T16:30:42Z</dc:date>
    <item>
      <title>System Memory issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194269#M323966</link>
      <description>I have a system that has some major memory issues. &lt;BR /&gt;&lt;BR /&gt;# vmstat 30 5&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;    3     1     0  2307670  1116505  636   72    16    0     0    0    30  11017 299230 10495  45 10 45&lt;BR /&gt;    1     0     0  2293300  1108170  558   55    17    0     0    0     0   2527  47355  2093  24  5 70&lt;BR /&gt;    3     0     0  2260420  1106476  431   52     1    0     0    0     0   2525  62553  2064  30  6 63&lt;BR /&gt;    2     0     0  2221641  1106970  364   47     0    0     0    0     0   1832  33276  1605  25  5 70&lt;BR /&gt;    3     1     0  2276671  1106881  407   54     1    0     0    0     0   3655  57495  3467  37  5 58&lt;BR /&gt;#</description>
      <pubDate>Thu, 08 May 2008 13:26:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194269#M323966</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2008-05-08T13:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: System Memory issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194270#M323967</link>
      <description>&amp;gt;&amp;gt;I have a system that has some major memory issues. &lt;BR /&gt;&lt;BR /&gt;OK.  So what do you want?  You have provided no real information about your system.  It could be helpful to know if this is HP-UX and if so, what version.  &lt;BR /&gt;&lt;BR /&gt;It could also be helpful to know what applications are running.&lt;BR /&gt;&lt;BR /&gt;How do you know you have "major memory issues"? &lt;BR /&gt;&lt;BR /&gt;According to the vmstat output you are not paging out, which is good.  'swapinfo -tam' output could be helpful.  If you have Glance installed, you can use it to get a better picture of your memory usage.&lt;BR /&gt;&lt;BR /&gt;Until you provide more information, I don't see how we can provide much help.</description>
      <pubDate>Thu, 08 May 2008 13:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194270#M323967</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-05-08T13:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: System Memory issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194271#M323968</link>
      <description>Done know. Not my system. Just picked it up. Ill i know at this point is its crashing because of memory. I'm researching.&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       12288       0   12288    0%       0       -    1  /dev/vx/dsk/rootdg/swapvol&lt;BR /&gt;reserve       -    8539   -8539&lt;BR /&gt;memory    32738   22076   10662   67%&lt;BR /&gt;total     45026   30615   14411   68%       -       0    -&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2008 13:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194271#M323968</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2008-05-08T13:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: System Memory issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194272#M323969</link>
      <description>Hi &lt;BR /&gt;From your swapinfo -tam out put showing that you are shortage of swap memory &lt;BR /&gt;identify the process by using top command &lt;BR /&gt;if the process is not need kill it &lt;BR /&gt;&lt;BR /&gt;or you have to add additional swap space if it is a day to day problem&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Safar</description>
      <pubDate>Thu, 08 May 2008 14:10:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194272#M323969</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-05-08T14:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: System Memory issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194273#M323970</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Based on still scant information you have two choices.&lt;BR /&gt;&lt;BR /&gt;1) Add swap and get to a normal ratio of swap verus memory 1.0 or 1.5 to 1.&lt;BR /&gt;&lt;BR /&gt;2) Throw more memory at the problem.&lt;BR /&gt;&lt;BR /&gt;I suggest both.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 08 May 2008 14:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194273#M323970</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-08T14:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: System Memory issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194274#M323971</link>
      <description>&amp;gt;&amp;gt;Ill i know at this point is its crashing because of memory&lt;BR /&gt;&lt;BR /&gt;How did you determine that?  Is the whole server crashing and restarting?&lt;BR /&gt;&lt;BR /&gt;Does anything show up in /var/adm/syslog/syslog.log or /var/adm/syslog/OLDsyslog.log.  What about /etc/shutdownlog?&lt;BR /&gt;&lt;BR /&gt;If it's crashing is a crash dump being generated?  If so, you probably should get that analyzed by HP.</description>
      <pubDate>Thu, 08 May 2008 14:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194274#M323971</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-05-08T14:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: System Memory issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194275#M323972</link>
      <description>I'm  not convinced it's a swap space issue.  You have pseudo-swap turned on, so unless you have more than 45GB of RAM, I think your swap configuration is OK.</description>
      <pubDate>Thu, 08 May 2008 14:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194275#M323972</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-05-08T14:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: System Memory issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194276#M323973</link>
      <description>Sorry, I don't see a memory issue here. pi ranges from 17 down to 1 in this output and po is consistently 0. So you aren't paging out.&lt;BR /&gt;&lt;BR /&gt;free is around 110xxxx -- assuming a 4K page size (the usual), that's around 4.2+ Gb just hanging around. Your later swapinfo output implies your system has in the 40Gb range, so that means 10% of the memory is free.&lt;BR /&gt;&lt;BR /&gt;Your swapinfo output shows virtual address space utilization, but nothing terribly excessive (you still have 14411Mb of swap to reserve/use, after all).&lt;BR /&gt;&lt;BR /&gt;If you clarify the HP-UX version and just what is "crashing because of memory" (if it is an application, what's the exact crashing state/error? Is it getting ENOMEM from a system call? If so, which one? etc.), folks could help you more... the output given doesn't really indicate a problem.</description>
      <pubDate>Thu, 08 May 2008 15:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194276#M323973</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-05-08T15:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: System Memory issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194277#M323974</link>
      <description>It is really important to define "crash". Normally, the term crash is used when describing an HP-UX panic where the OS halts, writes memory to a dump area and then reboots. If instead you mean that an application is aborting with a core dump, then this is an application issue and not something you can fix as an admin other than to increase run-away program limits. HP-UX is a virtual memory system so you can run very large programs that are properly written and compiled. But as mentioned before, if a process runs out of memory, the issue is with the program and what it is trying to do. If your program is only a 32bit executable, then the programmer should be well aware of the limits imposed by not writing a 64bit program. You can increase maxdsiz in the kernel but your program may need to be recompiled or possibly changed using chatr to access a larger memory map.</description>
      <pubDate>Thu, 08 May 2008 16:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-issues/m-p/4194277#M323974</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-05-08T16:30:42Z</dc:date>
    </item>
  </channel>
</rss>

