<?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: Shared memory problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089837#M442191</link>
    <description>Hein,&lt;BR /&gt;&lt;BR /&gt;Hopefully some answers to your questions from our DBA's, which might provide a pointer to the problem.&lt;BR /&gt;&lt;BR /&gt;**The Operating system is 64 bit enabled, but the Oracle install being used is 32 bit ? **&lt;BR /&gt;&lt;BR /&gt;Oracle install 64-bit&lt;BR /&gt;&lt;BR /&gt;sqlplus /nolog&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 9.2.0.7.0 - Production on Mon Jan 28 15:11:29 2008&lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; connect /as sysdba&lt;BR /&gt;Connected.&lt;BR /&gt;SQL&amp;gt; exit&lt;BR /&gt;Disconnected from Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production&lt;BR /&gt;With the Partitioning option&lt;BR /&gt;JServer Release 9.2.0.7.0 - Production&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;** From what program/logfile do you get that message ? **&lt;BR /&gt;&lt;BR /&gt;When we try to allocate the shared memory using shmget library call, If we try to go beyond limits(which is 1GB as the max stack size is defined) or if we try to up our two applications simultaneously, shmget call throws error no 12 documented in /usr/bin/include/sys/errno.h with below listed details:&lt;BR /&gt;&lt;BR /&gt;#define ENOMEM   12   /* Not enough core */&lt;BR /&gt;&lt;BR /&gt;** Anything in any log files to help or give more detail ? **&lt;BR /&gt;&lt;BR /&gt;This is our application define log file. &lt;BR /&gt;How did you count/see the 1400 mb limit?&lt;BR /&gt;&lt;BR /&gt;We have following three applications on this box which are using following amount of shared memory:&lt;BR /&gt;&lt;BR /&gt;PSTN - 800 mb&lt;BR /&gt;BMOB - 650 mb&lt;BR /&gt;AVALON - 700 mb&lt;BR /&gt;&lt;BR /&gt;We can not up any two of the above applications simultaneously.&lt;BR /&gt; We have also tested that we are able to load the chunks of 500mb, 500mb, 200mb and 100mb successfully, after that application throws error no 12 describe above. &lt;BR /&gt;&lt;BR /&gt;** What tool did you use ? ipcs -m ? **&lt;BR /&gt;&lt;BR /&gt;Yes for showing a loaded shared memory of any particular user we use ipcs utility. &lt;BR /&gt;&lt;BR /&gt;** What does the oracle maxmem tool report? **&lt;BR /&gt;&lt;BR /&gt;No idea what this is</description>
    <pubDate>Mon, 28 Jan 2008 20:33:31 GMT</pubDate>
    <dc:creator>Mark S Meadows</dc:creator>
    <dc:date>2008-01-28T20:33:31Z</dc:date>
    <item>
      <title>Shared memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089832#M442186</link>
      <description>Hi Forum,&lt;BR /&gt;&lt;BR /&gt;We are encountering the following problem with an Oracle Application, which we are in need of assistance with and would appreciate any assistance/pointers with regard to what is actually causing the restriction.&lt;BR /&gt;&lt;BR /&gt;Problem : Whenever the number of concurrent Oracle jobs generated by an instance requires shared memory of more than 1400 MB in total at the same time we are encountering the error "unable to shmget gather  refdata, errno = 12" , the concerned system call is shmget and the concerned error code to errno 12 is :-  #define ENOMEM          12      /* Not enough core              */&lt;BR /&gt;&lt;BR /&gt;Server details :&lt;BR /&gt;&lt;BR /&gt;Model rp4440&lt;BR /&gt;HP-UX B.11.11 64 bit&lt;BR /&gt;8 processors&lt;BR /&gt;16Gb Physical Memory&lt;BR /&gt;18Gb swap space allocated &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        8192       0    8192    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev       10240       0   10240    0%       0       -    2  /dev/vg00/swap2&lt;BR /&gt;reserve       -    3994   -3994&lt;BR /&gt;memory    11480    1826    9654   16%&lt;BR /&gt;total     29912    5820   24092   19%       -       0    -&lt;BR /&gt;Kernel parameters :&lt;BR /&gt;STRMSGSZ        65535&lt;BR /&gt;dbc_max_pct     10&lt;BR /&gt;dbc_min_pct     10&lt;BR /&gt;dnlc_hash_locks 512&lt;BR /&gt;max_thread_proc 256&lt;BR /&gt;maxdsiz         3221224472&lt;BR /&gt;maxdsiz_64bit   21474883648&lt;BR /&gt;maxfiles        16384&lt;BR /&gt;maxfiles_lim    16384&lt;BR /&gt;maxssiz         401603608&lt;BR /&gt;maxssiz_64bit   1073741824&lt;BR /&gt;maxswapchunks   16384&lt;BR /&gt;maxtsiz                 0x10000000&lt;BR /&gt;maxtsiz_64bit           0x40000000&lt;BR /&gt;maxuprc                 10098&lt;BR /&gt;maxusers        1400&lt;BR /&gt;maxvgs          99&lt;BR /&gt;msgmax          65535&lt;BR /&gt;msgmnb          65535&lt;BR /&gt;msgmni          (NPROC)&lt;BR /&gt;msgseg          32767&lt;BR /&gt;msgssz          8192&lt;BR /&gt;msgtql          (NPROC)&lt;BR /&gt;ncallout        (NKTHREAD+2)&lt;BR /&gt;ncsize          ((8*NPROC+2048)+VX_NCSIZE)&lt;BR /&gt;nfile           (15*NPROC+2048)&lt;BR /&gt;nflocks         8192&lt;BR /&gt;ninode          (NFILE+50)&lt;BR /&gt;nstrpty         60&lt;BR /&gt;semmni          4096&lt;BR /&gt;semmns          (SEMMNI*2)&lt;BR /&gt;semmnu          (NPROC-4)&lt;BR /&gt;semume          1000&lt;BR /&gt;semvmx          32768&lt;BR /&gt;shmmax          8589934592&lt;BR /&gt;shmmni          512&lt;BR /&gt;shmseg          256&lt;BR /&gt;st_san_safe     1&lt;BR /&gt;vps_ceiling     64&lt;BR /&gt;&lt;BR /&gt;The system recently had 8Gb of additional Ram and a 10Gb swap device (swap2)added.&lt;BR /&gt;&lt;BR /&gt;The problem is no doubt to do with hitting a kernel limit, maxdsiz (or maxdsiz_64bit) or more swap space required, but would like to know where the 1400MB restriction is if possible.&lt;BR /&gt;&lt;BR /&gt;Please let me know if further information is required.&lt;BR /&gt;&lt;BR /&gt;Thanking you in anticipation&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Jan 2008 17:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089832#M442186</guid>
      <dc:creator>Mark S Meadows</dc:creator>
      <dc:date>2008-01-26T17:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089833#M442187</link>
      <description>Additional information :&lt;BR /&gt;&lt;BR /&gt;Oracle version 9.2.0</description>
      <pubDate>Sat, 26 Jan 2008 18:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089833#M442187</guid>
      <dc:creator>Mark S Meadows</dc:creator>
      <dc:date>2008-01-26T18:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089834#M442188</link>
      <description>At first glance your params look fine.&lt;BR /&gt;Should be no issue to create 1400mb, uless you need many many (250+)  small sections.&lt;BR /&gt;&lt;BR /&gt;The OS is 64 bit enabled, but is your Oracle intall?&lt;BR /&gt;Is it using $ORACLE_HOME/lib64 or $ORACLE_HOME/lib ?&lt;BR /&gt;&lt;BR /&gt;Anyway... please help us(me!) understand the context slightly better, as there are some confusing issues.&lt;BR /&gt;&lt;BR /&gt;Specifically, the 'normal' Oracle shared memory area (SGA) is NOT dependend on the number of number of jobs and really only shows issues during Oracle startup.&lt;BR /&gt;&lt;BR /&gt;So...&lt;BR /&gt;&lt;BR /&gt;From what program/logfile do you get that message?&lt;BR /&gt;Anything in bdump/alert.log to help?&lt;BR /&gt;Any udump/*.trc file to give more detail?&lt;BR /&gt;&lt;BR /&gt;How did you count/see that 1400 mb limit?&lt;BR /&gt;What tool? ipcs -m ?&lt;BR /&gt;&lt;BR /&gt;Can you do an ipcs well before the failure point, and maybe one more just before? Stick both outputs in a text file and diff?&lt;BR /&gt;If needed, attach output as a text file to a future reply?&lt;BR /&gt;&lt;BR /&gt;What does the oracle maxmem tool report?&lt;BR /&gt;Or even better, if you have SAP:&lt;BR /&gt;/usr/sap/&lt;SYSTEMNAME&gt;/SYS/exe/run/memlimits | more&lt;BR /&gt; &lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel (at gmail dot com)&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SYSTEMNAME&gt;</description>
      <pubDate>Sat, 26 Jan 2008 21:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089834#M442188</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-01-26T21:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089835#M442189</link>
      <description>This is going to be a problem related to how your Oracle SGA is configured.  And looking for answers in the O/S or the HW will be very limited.&lt;BR /&gt;&lt;BR /&gt;Shared memory is loaded once and then shared from parent to children on a as needed basis.  It doesn't created 1400 MB every time there's are request.  Its loaded once and then reread over and over.&lt;BR /&gt;&lt;BR /&gt;Paste in the report from this command when you have the problem:&lt;BR /&gt;&lt;BR /&gt;ipcs -moba&lt;BR /&gt;&lt;BR /&gt;And note the NATTACH column for non-root owners and a zero value.</description>
      <pubDate>Sat, 26 Jan 2008 21:54:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089835#M442189</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-01-26T21:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089836#M442190</link>
      <description>Many thanks for your replies so far.&lt;BR /&gt;&lt;BR /&gt;The Oracle install is 32 bit :&lt;BR /&gt;&lt;BR /&gt;ipcscs1:I1 &amp;gt; pwd&lt;BR /&gt;/u01/app/oracle/product/9.2.0/lib&lt;BR /&gt;&lt;BR /&gt;I have passed the information that you have requested onto our DBA's and will get back to you asap.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 28 Jan 2008 04:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089836#M442190</guid>
      <dc:creator>Mark S Meadows</dc:creator>
      <dc:date>2008-01-28T04:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089837#M442191</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;Hopefully some answers to your questions from our DBA's, which might provide a pointer to the problem.&lt;BR /&gt;&lt;BR /&gt;**The Operating system is 64 bit enabled, but the Oracle install being used is 32 bit ? **&lt;BR /&gt;&lt;BR /&gt;Oracle install 64-bit&lt;BR /&gt;&lt;BR /&gt;sqlplus /nolog&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 9.2.0.7.0 - Production on Mon Jan 28 15:11:29 2008&lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; connect /as sysdba&lt;BR /&gt;Connected.&lt;BR /&gt;SQL&amp;gt; exit&lt;BR /&gt;Disconnected from Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production&lt;BR /&gt;With the Partitioning option&lt;BR /&gt;JServer Release 9.2.0.7.0 - Production&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;** From what program/logfile do you get that message ? **&lt;BR /&gt;&lt;BR /&gt;When we try to allocate the shared memory using shmget library call, If we try to go beyond limits(which is 1GB as the max stack size is defined) or if we try to up our two applications simultaneously, shmget call throws error no 12 documented in /usr/bin/include/sys/errno.h with below listed details:&lt;BR /&gt;&lt;BR /&gt;#define ENOMEM   12   /* Not enough core */&lt;BR /&gt;&lt;BR /&gt;** Anything in any log files to help or give more detail ? **&lt;BR /&gt;&lt;BR /&gt;This is our application define log file. &lt;BR /&gt;How did you count/see the 1400 mb limit?&lt;BR /&gt;&lt;BR /&gt;We have following three applications on this box which are using following amount of shared memory:&lt;BR /&gt;&lt;BR /&gt;PSTN - 800 mb&lt;BR /&gt;BMOB - 650 mb&lt;BR /&gt;AVALON - 700 mb&lt;BR /&gt;&lt;BR /&gt;We can not up any two of the above applications simultaneously.&lt;BR /&gt; We have also tested that we are able to load the chunks of 500mb, 500mb, 200mb and 100mb successfully, after that application throws error no 12 describe above. &lt;BR /&gt;&lt;BR /&gt;** What tool did you use ? ipcs -m ? **&lt;BR /&gt;&lt;BR /&gt;Yes for showing a loaded shared memory of any particular user we use ipcs utility. &lt;BR /&gt;&lt;BR /&gt;** What does the oracle maxmem tool report? **&lt;BR /&gt;&lt;BR /&gt;No idea what this is</description>
      <pubDate>Mon, 28 Jan 2008 20:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089837#M442191</guid>
      <dc:creator>Mark S Meadows</dc:creator>
      <dc:date>2008-01-28T20:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089838#M442192</link>
      <description>This is one way that is very reliable.  You want to note the VSS parameter and any other PS command parameter like PID and PPID to track this down.  But this won't work unless you put it into a 15 minute cron script and cat the reports out to an output file.&lt;BR /&gt;&lt;BR /&gt;What you seem to be describing is not a shared memory problem but a memory leak with your application.  And by building this 15 min cron script you'll be able to track the growth of the culprit upto the point that it kills your box.&lt;BR /&gt;&lt;BR /&gt;Good luck Mon Cher Amis.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;UNIX95=1 ps -e -o vsz,rss,pid,ppid,comm | sort -rn | head&lt;BR /&gt;UNIX95=1 ps -e -o pcpu,vsz,rss,pid,ppid,comm | sort -rn | head&lt;BR /&gt;UNIX95=1 ps -e -o time,pcpu,vsz,rss,pid,ppid,comm | sort -rn | head&lt;BR /&gt;UNIX95=1 ps -e -o etime,time,pcpu,vsz,rss,pid,ppid,comm | sort -rn | head&lt;BR /&gt;&lt;BR /&gt;vsz - total size in kb of the process in virtual memory - Memory leak indicator&lt;BR /&gt;pcpu - cpu time used recently / cpu time available during same period&lt;BR /&gt;etime - elapsed time since process start&lt;BR /&gt;rss - resident set size in kb - not as accurate as pmap&lt;BR /&gt;time - cumulative cpu time of process</description>
      <pubDate>Mon, 28 Jan 2008 21:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089838#M442192</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-01-28T21:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089839#M442193</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Hopefully some answers to your questions from our DBA's&lt;BR /&gt;Good.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Oracle install 64-bit&lt;BR /&gt;Edition Release 9.2.0.7.0 - 64bit Production&lt;BR /&gt;Good. That's the right place to find it.&lt;BR /&gt;[Sorry for suggesting to look as the libraries.]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hein&amp;gt;** From what program/logfile do you get that message ? **&lt;BR /&gt;&amp;gt; When we try to allocate the shared memory using shmget library call,&lt;BR /&gt;&lt;BR /&gt;Ah! We suspected as much. So this does not really have anything to do with Oracle. Sure the application also uses Oracle, but it is an appliaction issue. If there is any Oracle component then it could be a bas (32-bit) client library, or excessive system resource consumption by the Oracle server, but that there is currently no indication for that.&lt;BR /&gt;You DBA may want to do SQL&amp;gt; SHOW SGA to confirm, or the SA can look at the ipcs -m details for the Oracle shm in use.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; if we try to up our two applications simultaneously, shmget call throws error no 12 documented &lt;BR /&gt;&lt;BR /&gt;If 2 independent programs can do this, where supposedly each can run cussesfully alon, but not at the same time, then the problem area shifts froOf course it would be preferrable/better to use fewer but larger shm sections.&lt;BR /&gt;mt the more common per-process Virtual address space usage into thte realm of physical memory, and swapspace.&lt;BR /&gt;&lt;BR /&gt;Now in the opening words you mentioned 11.11. What patches applied?&lt;BR /&gt;&lt;BR /&gt;Is that memory allocated in many smaller chunks or in one go? It woudl be preferrable to allocate fewer btu larger sections. For many shm chunks you may need ShmemExtensions and a patch PHKL_30196.&lt;BR /&gt;See &lt;A href="http://docs.hp.com/en/B2355-60127/shmmni.5.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/shmmni.5.html&lt;/A&gt;&lt;BR /&gt;And &lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=968655" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=968655&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Hein&amp;gt;&amp;gt; ** What does the oracle maxmem tool report? **&lt;BR /&gt;&amp;gt; No idea what this is&lt;BR /&gt;That's an undocumented tool in the $ORACLE_HOME/bin directory.&lt;BR /&gt;Just run it! :-)&lt;BR /&gt;&lt;BR /&gt;You may prefer to check out:&lt;BR /&gt;&lt;A href="ftp://hprc.external.hp.com/sysadmin/programs/shminfo/" target="_blank"&gt;ftp://hprc.external.hp.com/sysadmin/programs/shminfo/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps some more,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jan 2008 01:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089839#M442193</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-01-29T01:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089840#M442194</link>
      <description>It isn't shmmni (running out of segments gives ENOSPC from shmget()), or shmmax [EINVAL] or shmseg [doesn't affect shmget(), only shmat()].&lt;BR /&gt;&lt;BR /&gt;It isn't any of the max{t,d,s}siz tunables either (Sys V shmem isn't affected by them).&lt;BR /&gt;&lt;BR /&gt;It doesn't sound like physical memory or swap exhaustion (or lockable) since as you describe it, there should be a lot more than 1.4Gb available, and you'd be less consistent with failing on shmget() [and I assume you'd check the obvious anyway].&lt;BR /&gt;&lt;BR /&gt;So I have to conclude there are 32-bit applications talking with 64-bit Oracle and you're simply exhausting the default Memory Window's shared address space (all shared objects by default come from there, and on 11.11 there's only 1.75Gb in there total... the other 350Mb is likely in shared libraries or shared memory mapped files, etc.). Or the apps are 64-bit but the call to shmget() uses IPC_SHARE32 (in which case, don't unless you really need to share with 32-bit apps as well -- then you want to limit the sharing to segments that fit).&lt;BR /&gt;&lt;BR /&gt;Either run the applications in different Memory Windows (if possible and if they don't need each other's segments) or [better if possible] go fully 64-bit -- the VA limits there are terabytes and you would run out of swap/memory swap first.</description>
      <pubDate>Tue, 29 Jan 2008 04:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089840#M442194</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-01-29T04:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089841#M442195</link>
      <description>Many thanks for all the feed back and advice, which I will pass onto our DBA's for progressing.&lt;BR /&gt;&lt;BR /&gt;Will come back with an update asap and allocate points.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 29 Jan 2008 06:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089841#M442195</guid>
      <dc:creator>Mark S Meadows</dc:creator>
      <dc:date>2008-01-29T06:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089842#M442196</link>
      <description>The problem was traced to the ASG's and their application.</description>
      <pubDate>Mon, 22 Dec 2008 17:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem/m-p/5089842#M442196</guid>
      <dc:creator>Mark S Meadows</dc:creator>
      <dc:date>2008-12-22T17:33:53Z</dc:date>
    </item>
  </channel>
</rss>

