<?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 Itanium 11.23 kernel parameter question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112348#M313463</link>
    <description>I have a user who is running a process which when it reaches 1GB in size crashes. Is there a kernel parameter I can increase to resolve this issue?</description>
    <pubDate>Wed, 05 Dec 2007 17:31:30 GMT</pubDate>
    <dc:creator>Nyck_1</dc:creator>
    <dc:date>2007-12-05T17:31:30Z</dc:date>
    <item>
      <title>Itanium 11.23 kernel parameter question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112348#M313463</link>
      <description>I have a user who is running a process which when it reaches 1GB in size crashes. Is there a kernel parameter I can increase to resolve this issue?</description>
      <pubDate>Wed, 05 Dec 2007 17:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112348#M313463</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2007-12-05T17:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium 11.23 kernel parameter question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112349#M313464</link>
      <description>There are several that could effect this.&lt;BR /&gt;&lt;BR /&gt;You should probably check the max*siz and max*siz_64bit parameters.&lt;BR /&gt;&lt;BR /&gt;The one that I would guess is causing your problem is maxdsiz or maxdsiz_64bit, depending on the 'bitness' (32 or 64) of the program.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Dec 2007 17:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112349#M313464</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-12-05T17:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium 11.23 kernel parameter question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112350#M313465</link>
      <description>Hi Nick:&lt;BR /&gt;&lt;BR /&gt;It would be helpful if you would report the standard 'errno' value.  Something like ENOMEM (#12) would point to 'maxdsiz_64bit' for a 64-bit process or 'maxdsiz' for a 32-bit process.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 05 Dec 2007 17:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112350#M313465</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-12-05T17:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium 11.23 kernel parameter question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112351#M313466</link>
      <description>Keep in mind that maxdsiz may not solve the issue by itself.&lt;BR /&gt;&lt;BR /&gt;It certainly sounds from your description that this is a 32-bit process which is running out of private data space (you should run out before 1Gb, how soon before depends on the value of maxssiz [since the Stack is prereserved from the same space] and any private mmap()'s). The default process layout puts data in a separate quadrant from Text, so you may need to use chatr or recompile the binary to push beyond 1Gb (you need to be EXEC_MAGIC to go to 2Gb or use chatr +q3p) See:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90968/compileandlink.htm#LINKINGPROGRAMSONHPUX" target="_blank"&gt;http://docs.hp.com/en/B2355-90968/compileandlink.htm#LINKINGPROGRAMSONHPUX&lt;/A&gt;&lt;BR /&gt;and the chatr documentation.&lt;BR /&gt;&lt;BR /&gt;Keep in mind maxdsiz is dynamic on 11.23, so you can raise it as you will -- it will only affect newly executed programs where you have not used the shell ulimit or the C setrlimit() interfaces for RLIMIT_DATA. Also make sure maxdsiz_64bit is raised to be greater than maxdsiz (otherwise on reboot you'll always get the more restrictive 64-bit limits since the parent of all shells/processes is a 64-bit process and all children will inherit its lower limits).</description>
      <pubDate>Wed, 05 Dec 2007 18:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112351#M313466</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2007-12-05T18:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium 11.23 kernel parameter question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112352#M313467</link>
      <description>The error message he is getting is as follows:-&lt;BR /&gt;&lt;BR /&gt;layout_pool.cpp 349) Expression (gen__bill_invoice_detail__amount+gen__bill_invoice_detail__dis&lt;BR /&gt;count+gen__bill_invoice_detail__tax)*Fix(EXCHGRATE(gen__cmf__currency_code,ext__gen__cmf_ext_da&lt;BR /&gt;ta__1056)/10^gen__rate_currency__rc_implied_decimal,2,0) is not valid&lt;BR /&gt;20071205 17:00:23.185 (I 0000000) [0][0][001] EMIT_BYPASS          (IGEN igen_init.cpp 363) Fat&lt;BR /&gt;al error: may be out of memory space. IGEN terminates.&lt;BR /&gt;&lt;BR /&gt;I have checked the memory/swap and its hardly being used.&lt;BR /&gt;&lt;BR /&gt;The two kernel parameters that you mention are set as follows:-&lt;BR /&gt;&lt;BR /&gt;maxdsiz                  1073741824&lt;BR /&gt;maxdsiz_64bit            4294967296&lt;BR /&gt;&lt;BR /&gt;These are 1MB &amp;amp; 4MB, would you suggest setting them higher?</description>
      <pubDate>Thu, 06 Dec 2007 08:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112352#M313467</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2007-12-06T08:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium 11.23 kernel parameter question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112353#M313468</link>
      <description>maxdsiz 1073741824&lt;BR /&gt;maxdsiz_64bit 4294967296&lt;BR /&gt;&amp;gt;These are 1MB &amp;amp; 4MB, would you suggest setting them higher?&lt;BR /&gt;&lt;BR /&gt;(You mean 1 and 4 Gb.)&lt;BR /&gt;You can set them higher but a 32 bit app will not be able to use more than 1 Gb by default without relinking.&lt;BR /&gt;&lt;BR /&gt;You may be able to use chatr +q3p as Don suggests and have it use 2 Gb.</description>
      <pubDate>Thu, 06 Dec 2007 09:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-11-23-kernel-parameter-question/m-p/4112353#M313468</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-06T09:25:01Z</dc:date>
    </item>
  </channel>
</rss>

