<?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: Kernel parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141334#M155358</link>
    <description>we are using aCC can you send me please the commpilation , link command line with this flag .</description>
    <pubDate>Wed, 10 Dec 2003 14:22:33 GMT</pubDate>
    <dc:creator>yairg</dc:creator>
    <dc:date>2003-12-10T14:22:33Z</dc:date>
    <item>
      <title>Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141326#M155350</link>
      <description>Hi &lt;BR /&gt;I have program that need above 850M memory size&lt;BR /&gt;but after my process allocated 850M memory my process crashed&lt;BR /&gt;&lt;BR /&gt;Can you tell me which kernel parameter define this size ? &lt;BR /&gt;&lt;BR /&gt;10x&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2003 13:50:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141326#M155350</guid>
      <dc:creator>yairg</dc:creator>
      <dc:date>2003-12-10T13:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141327#M155351</link>
      <description>What program crashed? What is error message?&lt;BR /&gt;&lt;BR /&gt;What is ur OS?</description>
      <pubDate>Wed, 10 Dec 2003 13:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141327#M155351</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-12-10T13:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141328#M155352</link>
      <description>system infomation :&lt;BR /&gt;&lt;BR /&gt;hpux 11.11&lt;BR /&gt;4 CPU &lt;BR /&gt;10G Mem&lt;BR /&gt;model rp7405</description>
      <pubDate>Wed, 10 Dec 2003 13:54:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141328#M155352</guid>
      <dc:creator>yairg</dc:creator>
      <dc:date>2003-12-10T13:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141329#M155353</link>
      <description>Almost certainly this is maxdsiz (or its 64-bit cousin maxdsiz_64bit if this is a 64-bit process). The other thing that could be getting you is that this is a 32-bit process and unless you take some special steps 1GB is the limit but often much less than this can actually be allocated because no available chunk is large enough.&lt;BR /&gt;&lt;BR /&gt;Its possible that you are limited by maxssiz but anything needing a stack larger than about 64M is seriously miscoded.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2003 13:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141329#M155353</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-12-10T13:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141330#M155354</link>
      <description>Probably one of the maxXsize parameters:&lt;BR /&gt;maxdsiz&lt;BR /&gt;maxssiz&lt;BR /&gt;mzxtsiz&lt;BR /&gt;or their 64 bit cousins:&lt;BR /&gt;maxdsiz_64bit&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 10 Dec 2003 13:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141330#M155354</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-12-10T13:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141331#M155355</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try these,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.ProcessParamsList.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.ProcessParamsList.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds</description>
      <pubDate>Wed, 10 Dec 2003 13:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141331#M155355</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-12-10T13:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141332#M155356</link>
      <description>Hi &lt;BR /&gt;My process is 32 bit and those are my current kernel params:&lt;BR /&gt;&lt;BR /&gt;maxdsiz            3221225472  -  3221225472&lt;BR /&gt;maxdsiz_64bit      0x40000000  -  0X40000000&lt;BR /&gt;maxfiles                  200  -  200&lt;BR /&gt;maxfiles_lim             2048  Y  2048&lt;BR /&gt;maxqueuetime                -  -  0&lt;BR /&gt;maxssiz              83570688  -  83570688&lt;BR /&gt;maxssiz_64bit        0x800000  -  0X800000&lt;BR /&gt;maxswapchunks            2048  -  2048&lt;BR /&gt;maxtsiz            1073741824  Y  1073741824&lt;BR /&gt;maxtsiz_64bit      0x40000000  Y  0X40000000</description>
      <pubDate>Wed, 10 Dec 2003 13:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141332#M155356</guid>
      <dc:creator>yairg</dc:creator>
      <dc:date>2003-12-10T13:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141333#M155357</link>
      <description>Typically, about 900 MB or so is as good as it gets unless you compile with -N to set EXEC_MAGIC. This allows you to cross a 1GB quadrant barrier. The real answer to your problem is to compile as a 64-bit program and then your problems completely go away.&lt;BR /&gt;&lt;BR /&gt;If your down have the source, you can use chatr to enable EXEC_MAGIC.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2003 14:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141333#M155357</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-12-10T14:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141334#M155358</link>
      <description>we are using aCC can you send me please the commpilation , link command line with this flag .</description>
      <pubDate>Wed, 10 Dec 2003 14:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141334#M155358</guid>
      <dc:creator>yairg</dc:creator>
      <dc:date>2003-12-10T14:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141335#M155359</link>
      <description>The answer is the same for ANSI C and aCC, add -N to the aCC command and the instructions are passed along to ld.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2003 14:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141335#M155359</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-12-10T14:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141336#M155360</link>
      <description>Dear A.Clay Stephenson  &lt;BR /&gt;Thanks you very very much - you saved my life&lt;BR /&gt;(-;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2003 14:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/3141336#M155360</guid>
      <dc:creator>yairg</dc:creator>
      <dc:date>2003-12-10T14:46:01Z</dc:date>
    </item>
  </channel>
</rss>

