<?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: High memory utilisation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214097#M503697</link>
    <description>Actually, that's good programming practice for SysV shared memory clients who use segments for temporary shared memory space. You create the segment using shmget(), attach via shmat() and fork off any children you want who also attach. Once everyone is attached (if anyone other than yourself), you use shmctl() with IPC_RMID which marks the segment for deletion once you detach. Then either explicit detach or (much more likely) when you exit, the segment cleans itself up. Considering you can exit unexpectedly due to signals, etc... it is very polite to set up temporary segments to clean themselves up this way.</description>
    <pubDate>Thu, 12 Jun 2008 18:44:12 GMT</pubDate>
    <dc:creator>Don Morris_1</dc:creator>
    <dc:date>2008-06-12T18:44:12Z</dc:date>
    <item>
      <title>High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214084#M503684</link>
      <description>Hello,&lt;BR /&gt;I can able to see very high utilization of memory in the below output.Though its having 16GB of  physical memory installed ,only 253mb free mem is available .can anybody suggest what could be the issue.&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;CPU  Util   SU                                                                                               |  2%    2%    5%&lt;BR /&gt;Disk Util   F  F                                                                                             |  4%    2%    4%&lt;BR /&gt;Mem  Util   S              SU                                                                    UB      B   | 98%   98%   98%&lt;BR /&gt;Swap Util   U      UR                                       R                                                | 51%   51%   51%&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;                                                        MEMORY REPORT                                             Users=    1&lt;BR /&gt;Event         Current   Cumulative   Current Rate   Cum Rate   High Rate&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Page Faults        16           75         2.6       10.1        42.1&lt;BR /&gt;Page In            13           34         2.1        4.5        15.0&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;Reactivations       7            7         1.1        0.9         5.1&lt;BR /&gt;Deactivations      24           24         4.0        3.2         4.0&lt;BR /&gt;KB Deactivated    0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;VM Reads            0            0         0.0        0.0         0.0&lt;BR /&gt;VM Writes           0            0         0.0        0.0         0.0&lt;BR /&gt;&lt;BR /&gt;Total VM :  17.3gb   Sys Mem  :   2.8gb   User Mem:  11.7gb   Phys Mem:  16.0gb&lt;BR /&gt;Active VM:   9.0gb   Buf Cache:   1.3gb   Free Mem:   253mb&lt;BR /&gt;&lt;BR /&gt;================================&lt;BR /&gt; uptime&lt;BR /&gt;  1:00pm  up 30 days,  4:26,  1 user,  load average: 0.04, 0.04, 0.04&lt;BR /&gt;================================&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jun 2008 16:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214084#M503684</guid>
      <dc:creator>Vee_1</dc:creator>
      <dc:date>2008-06-10T16:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214085#M503685</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sys mem seems to be verh high.it can be from memory leak caused by running programs. if it's a database machine you can decrease buffer cache by changing dbc_max_pct kernel parameter. (1.3 gb in your configuration)&lt;BR /&gt;&lt;BR /&gt;Kenan.</description>
      <pubDate>Tue, 10 Jun 2008 16:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214085#M503685</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-06-10T16:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214086#M503686</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;253 MB is a fairly large chunk of memory to be free.&lt;BR /&gt;&lt;BR /&gt;Perhaps you have an application with a memory leak.  Try this script.&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;SEP</description>
      <pubDate>Tue, 10 Jun 2008 16:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214086#M503686</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-06-10T16:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214087#M503687</link>
      <description>In your main glance screen, (hit g), look at the RSS column, it provides a good metric of how much memory an application might use. Note I said might because the RSS is the memory that an application has reserved but it may not end up using all of it. The swap utilization looks good at 51%. Hit the w key in glance to see if there is any disk swapping. &lt;BR /&gt;&lt;BR /&gt;Another place to look for memory usage is in shared memory segments, use the command "ipcs -a", it will show you which processes/users are using shared memory. &lt;BR /&gt;&lt;BR /&gt;Controll your kernel buffer cache, search in this forum for dbc_min_pct and dbc_max_pct.</description>
      <pubDate>Tue, 10 Jun 2008 17:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214087#M503687</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-06-10T17:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214088#M503688</link>
      <description>post the output of the following.&lt;BR /&gt;&lt;BR /&gt;ipcs -ma&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;kmtune |grep dbc&lt;BR /&gt;or ( 11.11 or 11.23+ )&lt;BR /&gt;kctune|grep dbc&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jun 2008 17:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214088#M503688</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-06-10T17:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214089#M503689</link>
      <description>Thanks Kenan,SEP,TTr&amp;amp; tim.&lt;BR /&gt;here is the output and the attachment.&lt;BR /&gt;&lt;BR /&gt;# kmtune |grep dbc&lt;BR /&gt;dbc_max_pct                 8  -  8&lt;BR /&gt;dbc_min_pct                 5  -  5&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jun 2008 18:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214089#M503689</guid>
      <dc:creator>Vee_1</dc:creator>
      <dc:date>2008-06-10T18:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214090#M503690</link>
      <description>&amp;gt;I can able to see very high utilization of memory&lt;BR /&gt;&lt;BR /&gt;This is good, what's the problem?&lt;BR /&gt;You aren't doing any Page Outs.&lt;BR /&gt;Can you provide "swapinfo -tam".&lt;BR /&gt;&lt;BR /&gt;&amp;gt;here is the output and the attachment.&lt;BR /&gt;&lt;BR /&gt;You ipcs -ma output shows at least two Gb sized segments:&lt;BR /&gt;10758 0xac9d4f6c --rw-rw----    oraq44       dba    oraq44       dba     53 1201618944 &lt;BR /&gt;8721 0x00000000 D-rw-rw-rw-    q44adm    sapsys    q44adm    sapsys     39 4294967296&lt;BR /&gt;&lt;BR /&gt;Adding these up gives:&lt;BR /&gt;Total: 6,818,685,272 count: 48</description>
      <pubDate>Tue, 10 Jun 2008 19:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214090#M503690</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-10T19:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214091#M503691</link>
      <description>you still have about 5-6GB unaccounted for.  now you will have to look though glance and RSS sizes.. &lt;BR /&gt;&lt;BR /&gt;My next guess is that you have a pile of java applications with huge memory allocs. ( just a guess ).&lt;BR /&gt;&lt;BR /&gt;If you have kmeminfo ( can be found by searching this forum ) you can use that with the -user switch to find these mem hogs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jun 2008 19:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214091#M503691</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-06-10T19:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214092#M503692</link>
      <description>Here are the outputs&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;Physical memory usage summary (in page/byte/percent):&lt;BR /&gt;&lt;BR /&gt;Physical memory       =  4194304   16.0g 100%&lt;BR /&gt;Free memory           =    43867  171.4m   1%&lt;BR /&gt;User processes        =  3069096   11.7g  73%  details with -user&lt;BR /&gt;System                =  1070885    4.1g  26%&lt;BR /&gt;  Kernel              =   735341    2.8g  18%  kernel text and data&lt;BR /&gt;    Dynamic Arenas    =   445165    1.7g  11%  details with -arena&lt;BR /&gt;      M_TEMP          =   355970    1.4g   8%&lt;BR /&gt;      M_SPINLOCK      =    25524   99.7m   1%&lt;BR /&gt;      M_SWAP          =    13360   52.2m   0%&lt;BR /&gt;      VFD_BT_NODE     =    11310   44.2m   0%&lt;BR /&gt;      KMEM_ALLOC      =     4687   18.3m   0%&lt;BR /&gt;      Other arenas    =    34314  134.0m   1%  details with -arena&lt;BR /&gt;    Super page pool   =    43985  171.8m   1%  details with -kas&lt;BR /&gt;    Static Tables     =   202609  791.4m   5%  details with -static&lt;BR /&gt;      pfdat           =    95988  375.0m   2%&lt;BR /&gt;      htbl2_0         =    32768  128.0m   1%&lt;BR /&gt;      nbuf            =    31728  123.9m   1%  bufcache headers&lt;BR /&gt;      pfn_to_virt     =    15998   62.5m   0%&lt;BR /&gt;      bufhash         =    10240   40.0m   0%  bufcache hash headers&lt;BR /&gt;      Other tables    =    15886   62.1m   0%  details with -static&lt;BR /&gt;  Buffer cache        =   335544    1.3g   8%  details with -bufcache&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       26272     363   25909    1%       0       -    1  /dev/vg00/pswap&lt;BR /&gt;reserve       -   16940  -16940&lt;BR /&gt;memory    12658    2625   10033   21%&lt;BR /&gt;total     38930   19928   19002   51%       -       0    -&lt;BR /&gt;#&lt;BR /&gt;Now the free memory is even more reduced.&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;                                                         PROCESS LIST                                             Users=    1&lt;BR /&gt;                              User      CPU Util   Cum     Disk             Thd&lt;BR /&gt;Process Name  PID   PPID  Pri Name    ( 600% max)  CPU    IO Rate    RSS    Cnt&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;kernel       12052  12050 154 sdb       4.4/10.5  289398  0.0/ 2.6  6.92gb  225&lt;BR /&gt;ps           26621   2016 149 root      0.4/ 0.4     0.0  1.1/ 1.1    56kb    1&lt;BR /&gt;midaemon      2322      1 -16 root      0.2/ 0.3  8380.0  0.0/ 0.0  22.1mb    3&lt;BR /&gt;java          2016      1 168 root      0.0/ 0.1  2169.5  0.0/ 0.3  35.1mb   18&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2008 11:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214092#M503692</guid>
      <dc:creator>Vee_1</dc:creator>
      <dc:date>2008-06-12T11:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214093#M503693</link>
      <description>Of course it is... kmeminfo eats more than a few Mb to run.&lt;BR /&gt;&lt;BR /&gt;I don't see a problem in any of the above -- the system is not paging and likely doesn't consider itself under memory pressure so is willing to let the kernel cache objects/pages for performance. (Just under 1% is the default for vhand to start trying to reduce caches like the Arenas (if free and returnable), the Super Page pool (again if returnable) and the DBC. Note the DBC is still at max... pretty clearly the system is happy with where it is at... only if you push free memory lower will it start to reclaim.)&lt;BR /&gt;&lt;BR /&gt;In short -- the kernel believes it is using your memory effectively for performance and you've shown no indications that it is wrong yet. Idle RAM does you no good, so what is the concern here?</description>
      <pubDate>Thu, 12 Jun 2008 15:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214093#M503693</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-06-12T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214094#M503694</link>
      <description>But am getting the following error message while taking ignite image.&lt;BR /&gt;Pid 10895 received a SIGSEGV for stack growth failure.&lt;BR /&gt;Possible causes: insufficient memory or swap space,&lt;BR /&gt;or stack size exceeded maxssiz.&lt;BR /&gt;sh: 10895 Memory fault(coredump)&lt;BR /&gt;(with latest ignite version c.7.6)&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2008 16:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214094#M503694</guid>
      <dc:creator>Vee_1</dc:creator>
      <dc:date>2008-06-12T16:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214095#M503695</link>
      <description>Stack growth is more than willing to sleep for memory in the general case, only if you needed mlock'd memory would you fail the growth for RAM -- and you show no signs of exhausting lockable memory (since lockable memory has to consume memory swap and you aren't low).&lt;BR /&gt;&lt;BR /&gt;You show swapinfo -atm output that shows sufficient swap, so that isn't it either. (Barring, of course that what you aren't telling us is that when you take the ignite image it eats all your swap reservation space or something...)&lt;BR /&gt;&lt;BR /&gt;That leaves maxssiz -- what's your value for it? What does the virtual size of the process in question get to before it dies? Most likely this has nothing to do with your memory load -- you just need a higher maxssiz for whatever the ignite image is doing. Or the program just formed a bad address beyond the stack in the first place -- can't really know.</description>
      <pubDate>Thu, 12 Jun 2008 17:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214095#M503695</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-06-12T17:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214096#M503696</link>
      <description>&amp;gt; here is the output and the attachment&lt;BR /&gt;&lt;BR /&gt;I looked at the attachment and noticed that there ia a 4GB segment with ID 8721. It was created by process ID 8309 by the q44adm user. The problem with the segment is that it is marked for deletion (indicated by the "D" in its D-rw-rw-rw- mode column) but process ID 8309 still keeps it open. This may be a transient condition and was cleared up soon after you ran the ipcs -a listing but if it is still there it can indicate a problem with PID 8309. Run teh "ipcs -a" command again and if the same segment/PID are still there, check it out.&lt;BR /&gt;&lt;BR /&gt;Another concern is that you have a little bit of disk swapping.&lt;BR /&gt;&lt;BR /&gt;So other than these two issues I agree with other people that your server's memory utilization is quite good. &lt;BR /&gt;&lt;BR /&gt;You probably need to get a little better control of your apps and be able to detect and clear any issues right away.&lt;BR /&gt;&lt;BR /&gt;On the ignite tape error, this could be caused by the system resources being on the margin or by a limiting kernel parameter that was mentioned in the error.</description>
      <pubDate>Thu, 12 Jun 2008 17:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214096#M503696</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-06-12T17:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214097#M503697</link>
      <description>Actually, that's good programming practice for SysV shared memory clients who use segments for temporary shared memory space. You create the segment using shmget(), attach via shmat() and fork off any children you want who also attach. Once everyone is attached (if anyone other than yourself), you use shmctl() with IPC_RMID which marks the segment for deletion once you detach. Then either explicit detach or (much more likely) when you exit, the segment cleans itself up. Considering you can exit unexpectedly due to signals, etc... it is very polite to set up temporary segments to clean themselves up this way.</description>
      <pubDate>Thu, 12 Jun 2008 18:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214097#M503697</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-06-12T18:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214098#M503698</link>
      <description>&amp;gt;But am getting the following error message while taking ignite image.&lt;BR /&gt;Pid 10895 received a SIGSEGV for stack growth failure.&lt;BR /&gt;&lt;BR /&gt;The most probable cause is a programming error of recursive stack overflow.  (Or Don's maxssiz.)&lt;BR /&gt;&lt;BR /&gt;You did get a coredump so you can use gdb to get a stack trace.</description>
      <pubDate>Fri, 13 Jun 2008 02:46:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214098#M503698</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-13T02:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214099#M503699</link>
      <description>hi denis,&lt;BR /&gt;can u tell me how to anaylze coredump using gdb.As of now i didn't get any error in the server.I seems to be like an intermittent issue.</description>
      <pubDate>Mon, 16 Jun 2008 12:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214099#M503699</guid>
      <dc:creator>Vee_1</dc:creator>
      <dc:date>2008-06-16T12:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214100#M503700</link>
      <description>&amp;gt;can you tell me how to analyze coredump using gdb.  As of now i didn't get any error in the server.  It seems to be like an intermittent issue.&lt;BR /&gt;&lt;BR /&gt;You could have been temporarily out of swap space?&lt;BR /&gt;&lt;BR /&gt;To analyze:&lt;BR /&gt;file core  # gives only basename&lt;BR /&gt;gdb path-to-executable core&lt;BR /&gt;(gdb) bt&lt;BR /&gt;(gdb) q&lt;BR /&gt;&lt;BR /&gt;Another quick check would be if your stack size matches maxssiz.  This would be in the first 20 to 40 lines of gdb's "info file".</description>
      <pubDate>Mon, 16 Jun 2008 13:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214100#M503700</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-16T13:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214101#M503701</link>
      <description>&amp;gt;This would be in the first 20 to 40 lines of gdb's "info file".&lt;BR /&gt;(gdb) info file&lt;BR /&gt;Symbols from "a.out".&lt;BR /&gt;Local core dump file:&lt;BR /&gt;        `core', file type hpux-core.&lt;BR /&gt;...&lt;BR /&gt;        0x7f7f0000 - 0x7f7f8000 is .data&lt;BR /&gt;        0xc0010000 - 0xc00119d6 is $SHLIB_INFO$ in /usr/lib/dld.sl&lt;BR /&gt;&lt;BR /&gt;It's the last .data before something else.&lt;BR /&gt;&lt;BR /&gt;(gdb) p /x $sp&lt;BR /&gt;$1 = 0x7f7f0ee0&lt;BR /&gt;&lt;BR /&gt;$sp is in that range.&lt;BR /&gt;&lt;BR /&gt;(gdb) p -(0x7f7f0000 - 0x7f7f8000)&lt;BR /&gt;$3 = 32768&lt;BR /&gt;&lt;BR /&gt;The size in my case is small but I didn't get that stack overflow error.</description>
      <pubDate>Tue, 17 Jun 2008 03:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214101#M503701</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-17T03:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214102#M503702</link>
      <description>hello  Dennis,&lt;BR /&gt;i dont find any core files in my system.But my system is now normal.</description>
      <pubDate>Tue, 17 Jun 2008 14:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214102#M503702</guid>
      <dc:creator>Vee_1</dc:creator>
      <dc:date>2008-06-17T14:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: High memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214103#M503703</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Same problem on our HP-UX 11i v2, Dec 07 servers. M_TEMP arena eats up to 6 gb of memory.&lt;BR /&gt;After a diagnostic with HP support, they found a bug and a fix (PHKL_38436) will be released by the end of the month.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2008 13:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-utilisation/m-p/4214103#M503703</guid>
      <dc:creator>Gaël LEPETIT</dc:creator>
      <dc:date>2008-06-25T13:20:07Z</dc:date>
    </item>
  </channel>
</rss>

