<?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: Out of Memory error while compiling on HP-UX B.11.00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762165#M657229</link>
    <description>&amp;gt;total 687 177 510 26%&lt;BR /&gt;&lt;BR /&gt;You are likely out of swap while compiling.&lt;BR /&gt;You can check by adding at least 1 Gb of swap.&lt;BR /&gt;Or monitor the ctcom process in top and see how much memory it is using when it aborts.</description>
    <pubDate>Mon, 07 Mar 2011 12:33:22 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2011-03-07T12:33:22Z</dc:date>
    <item>
      <title>Out of Memory error while compiling on HP-UX B.11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762158#M657222</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;While compiling my c++ application on B.11.00, I am getting following error: &lt;BR /&gt;Error 6355: Exact position unknown; near ["Files.cpp", line 1244]. # [line 0 Files::FileList()] Out of memory.&lt;BR /&gt;    Check kernel maxdsiz parameter and swap space configured. (6355)&lt;BR /&gt;&lt;BR /&gt;Files::FileList() is the newly added function and I am getting above error if i add this function to my file. &lt;BR /&gt;The file has around 1400 lines (after adding new functions)&lt;BR /&gt;&lt;BR /&gt;output of kmtune for maxdsiz value:&lt;BR /&gt;&lt;BR /&gt;#kmtune | grep maxdsiz&lt;BR /&gt;maxdsiz              0x040000000&lt;BR /&gt;maxdsiz_64bit        0x0000000040000000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anybody help me in resolving this?&lt;BR /&gt;&lt;BR /&gt;-Mrunal&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2011 10:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762158#M657222</guid>
      <dc:creator>Mrunal Nerpawar</dc:creator>
      <dc:date>2011-03-07T10:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory error while compiling on HP-UX B.11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762159#M657223</link>
      <description>What version of the aC++ are you using?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The file has around 1400 lines&lt;BR /&gt;&lt;BR /&gt;How many lines if you count include files?  Compile with "-E -.i" and count lines in the .i file.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;maxdsiz 0x40000000&lt;BR /&gt;&amp;gt;Can anybody help me in resolving this?&lt;BR /&gt;&lt;BR /&gt;You are at 1 Gb, nothing can be done except split up the source or drop the opt level.</description>
      <pubDate>Mon, 07 Mar 2011 10:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762159#M657223</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-07T10:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory error while compiling on HP-UX B.11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762160#M657224</link>
      <description>acc version is &lt;BR /&gt;#  aCC -V&lt;BR /&gt;aCC: HP ANSI C++ B3910B A.03.45&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;around 1950 lines in total..</description>
      <pubDate>Mon, 07 Mar 2011 11:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762160#M657224</guid>
      <dc:creator>Mrunal Nerpawar</dc:creator>
      <dc:date>2011-03-07T11:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory error while compiling on HP-UX B.11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762161#M657225</link>
      <description>&amp;gt;A.03.45&lt;BR /&gt;&lt;BR /&gt;This is very old.  The last version was A.03.55, 2004&lt;BR /&gt;&lt;BR /&gt;&amp;gt;around 1950 lines in total.&lt;BR /&gt;&lt;BR /&gt;That seems pretty small.  What opt level?  And do you have enough swapspace when you were compiling?</description>
      <pubDate>Mon, 07 Mar 2011 12:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762161#M657225</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-07T12:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory error while compiling on HP-UX B.11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762162#M657226</link>
      <description># swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev      524288   18920  505368    4%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -   29140  -29140&lt;BR /&gt;memory   179088  134272   44816   75%&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i tried with 01 - 04, nothing worked for me</description>
      <pubDate>Mon, 07 Mar 2011 12:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762162#M657226</guid>
      <dc:creator>Mrunal Nerpawar</dc:creator>
      <dc:date>2011-03-07T12:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory error while compiling on HP-UX B.11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762163#M657227</link>
      <description>Please provide "swapinfo -tam".  It appears you have under configured your swap and RAM.  You need multiple Gb.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I tried with 01 - 04, nothing worked for me&lt;BR /&gt;&lt;BR /&gt;You could try the default +O0.</description>
      <pubDate>Mon, 07 Mar 2011 12:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762163#M657227</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-07T12:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory error while compiling on HP-UX B.11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762164#M657228</link>
      <description># 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         512      18     494    4%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -      28     -28&lt;BR /&gt;memory      175     131      44   75%&lt;BR /&gt;total       687     177     510   26%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;With default also, its throwing the same error.</description>
      <pubDate>Mon, 07 Mar 2011 12:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762164#M657228</guid>
      <dc:creator>Mrunal Nerpawar</dc:creator>
      <dc:date>2011-03-07T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory error while compiling on HP-UX B.11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762165#M657229</link>
      <description>&amp;gt;total 687 177 510 26%&lt;BR /&gt;&lt;BR /&gt;You are likely out of swap while compiling.&lt;BR /&gt;You can check by adding at least 1 Gb of swap.&lt;BR /&gt;Or monitor the ctcom process in top and see how much memory it is using when it aborts.</description>
      <pubDate>Mon, 07 Mar 2011 12:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762165#M657229</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-07T12:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory error while compiling on HP-UX B.11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762166#M657230</link>
      <description>This is the state of ctcom when the it is failing:&lt;BR /&gt;&lt;BR /&gt;pts/0  12560 root     232 20 75040K 58656K run      0:14 94.43 49.82 ctcom.pa20&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2011 05:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762166#M657230</guid>
      <dc:creator>Mrunal Nerpawar</dc:creator>
      <dc:date>2011-03-08T05:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory error while compiling on HP-UX B.11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762167#M657231</link>
      <description>&amp;gt;12560 root 232 20 75040K 58656K run 0:14 94.43 49.82 ctcom.pa20&lt;BR /&gt;&lt;BR /&gt;This looks like you are out of swap.  Unless the compiler tried to get 1 Gb at the very end.</description>
      <pubDate>Tue, 08 Mar 2011 06:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762167#M657231</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-08T06:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory error while compiling on HP-UX B.11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762168#M657232</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;&lt;BR /&gt;Adding additional, secondary swap is so quick and easy that dancing around Dennis's suggestion to do so maybe wasting time. There are a number of threads showing how to add additional device swap. See for example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/System-Administration/extend-memory-swap/m-p/5259686#M471933" target="_blank"&gt;http://h30499.www3.hp.com/t5/System-Administration/extend-memory-swap/m-p/5259686#M471933&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 18:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-memory-error-while-compiling-on-hp-ux-b-11-00/m-p/4762168#M657232</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-08-04T18:09:14Z</dc:date>
    </item>
  </channel>
</rss>

