<?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: kgefec: fatal error 0 &amp;amp; Internal heap ERROR 17113 addr=0x0 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098268#M807130</link>
    <description>Thx Massimo.. &lt;BR /&gt;&lt;BR /&gt;I wasn't able to find the mem_winds.txt in /usr/share/doc (I do have some other doc files there).. Can you send that to me by posting it as an attachment here.. &lt;BR /&gt;&lt;BR /&gt;Thx &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Oct 2003 07:11:33 GMT</pubDate>
    <dc:creator>SuperDome_1</dc:creator>
    <dc:date>2003-10-21T07:11:33Z</dc:date>
    <item>
      <title>kgefec: fatal error 0 &amp; Internal heap ERROR 17113 addr=0x0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098265#M807127</link>
      <description>Hi Gurus.. &lt;BR /&gt;&lt;BR /&gt;We're running a client simulation load test using TCL v8.2 against Oracle 9i on Vpar (which has 32 Gb of RAM and 8 CPUS) of a SuperDome. The error occurs when our&lt;BR /&gt;simulated user count approaches 500.  The simulator is extended with Oracle OCI&lt;BR /&gt;functions calls.  No Oracle DB or Unix&lt;BR /&gt;system logs show anything.  The client processes die as they get the&lt;BR /&gt;error, and the steady-state number of clients was at 481.  Although the&lt;BR /&gt;simulator box appeared "hung".  Sar collections continued through the&lt;BR /&gt;run. I've attached the error text, and also a copy of the /stand/system file. &lt;BR /&gt;&lt;BR /&gt;Guidelines as to which kernel parameters to bump up, and why, would be most helpful..  &lt;BR /&gt;&lt;BR /&gt;Thx in advance..</description>
      <pubDate>Tue, 21 Oct 2003 06:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098265#M807127</guid>
      <dc:creator>SuperDome_1</dc:creator>
      <dc:date>2003-10-21T06:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: kgefec: fatal error 0 &amp; Internal heap ERROR 17113 addr=0x0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098266#M807128</link>
      <description>Hi,&lt;BR /&gt;from your infos:&lt;BR /&gt; in the trace you see the message: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;**** Recursive heap error: 17113 addr=0x0, ds=0&lt;BR /&gt;unable to alloc 470d bytes&lt;BR /&gt;unable to alloc 470d bytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is your application 32 or 64 bits ?&lt;BR /&gt;&lt;BR /&gt;What was the memory usage at the moment of the hung ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think that you may hit a limitation of the program, written in 32bit code, that cannot allocate enough memory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try running multiple instance of the tcl in separate memory windows, it may help.&lt;BR /&gt;&lt;BR /&gt;A second consideration is your only low memory parameter:&lt;BR /&gt;&lt;BR /&gt;shmseg          480&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;does oracle OCI use shared memory ?&lt;BR /&gt;&lt;BR /&gt;If so, it is strange that at 481 client you got blocked... try to rise the value to 2048.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 07:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098266#M807128</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-10-21T07:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: kgefec: fatal error 0 &amp; Internal heap ERROR 17113 addr=0x0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098267#M807129</link>
      <description>/usr/share/doc/mem_wnds.txt&lt;BR /&gt;&lt;BR /&gt;is the document on the hpux server that describes how to implement the memory window.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I had to implement them, on many superdome, to have oracle/sap system cohesists, because the software (rather old) was 32bit code, and could use only the first 2Gb of memory.&lt;BR /&gt;&lt;BR /&gt;   Massimo</description>
      <pubDate>Tue, 21 Oct 2003 07:06:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098267#M807129</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-10-21T07:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: kgefec: fatal error 0 &amp; Internal heap ERROR 17113 addr=0x0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098268#M807130</link>
      <description>Thx Massimo.. &lt;BR /&gt;&lt;BR /&gt;I wasn't able to find the mem_winds.txt in /usr/share/doc (I do have some other doc files there).. Can you send that to me by posting it as an attachment here.. &lt;BR /&gt;&lt;BR /&gt;Thx &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 07:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098268#M807130</guid>
      <dc:creator>SuperDome_1</dc:creator>
      <dc:date>2003-10-21T07:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: kgefec: fatal error 0 &amp; Internal heap ERROR 17113 addr=0x0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098269#M807131</link>
      <description>What are the values of these kernel paramters&lt;BR /&gt;&lt;BR /&gt;shmmax&lt;BR /&gt;maxdsiz&lt;BR /&gt;&lt;BR /&gt;revert</description>
      <pubDate>Tue, 21 Oct 2003 07:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098269#M807131</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-21T07:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: kgefec: fatal error 0 &amp; Internal heap ERROR 17113 addr=0x0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098270#M807132</link>
      <description>Also,What client version are you running to connect to the 9i server?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 07:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098270#M807132</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-21T07:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: kgefec: fatal error 0 &amp; Internal heap ERROR 17113 addr=0x0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098271#M807133</link>
      <description>Here the document!&lt;BR /&gt;&lt;BR /&gt;  Massimo</description>
      <pubDate>Tue, 21 Oct 2003 07:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098271#M807133</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-10-21T07:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: kgefec: fatal error 0 &amp; Internal heap ERROR 17113 addr=0x0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098272#M807134</link>
      <description>I looked your tunable parameters and i think that some parameters aren't rights.&lt;BR /&gt;Perhaps this not is the true problem but us try ?&lt;BR /&gt;&lt;BR /&gt;nfile  20475840&lt;BR /&gt;((16*(Nproc+16+MaxUsers)/10)+32+2*(Npty+Nstrpty)&lt;BR /&gt;maxdsiz 0x7B03A000 (max approx 2GB)&lt;BR /&gt;maxssiz 0x17F00000 (max approx 200 Mbytes) &lt;BR /&gt;shmmax default 0x04000000 max 0x40000000&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt;Bruno&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 08:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kgefec-fatal-error-0-amp-internal-heap-error-17113-addr-0x0/m-p/3098272#M807134</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2003-10-21T08:25:42Z</dc:date>
    </item>
  </channel>
</rss>

