<?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 how to set stack size when link with aCC ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-stack-size-when-link-with-acc/m-p/3237478#M714592</link>
    <description>thanks.&lt;BR /&gt;any advice will be appreciated!!!</description>
    <pubDate>Thu, 01 Apr 2004 20:17:38 GMT</pubDate>
    <dc:creator>cuipeng_guid</dc:creator>
    <dc:date>2004-04-01T20:17:38Z</dc:date>
    <item>
      <title>how to set stack size when link with aCC ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-stack-size-when-link-with-acc/m-p/3237478#M714592</link>
      <description>thanks.&lt;BR /&gt;any advice will be appreciated!!!</description>
      <pubDate>Thu, 01 Apr 2004 20:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-stack-size-when-link-with-acc/m-p/3237478#M714592</guid>
      <dc:creator>cuipeng_guid</dc:creator>
      <dc:date>2004-04-01T20:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to set stack size when link with aCC ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-stack-size-when-link-with-acc/m-p/3237479#M714593</link>
      <description>The size of the stack is not a function of linking but rather of the kernel tunable maxssiz (or its 64-bit counterpart maxssiz_64bit) and is determined at run-time.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2004 21:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-stack-size-when-link-with-acc/m-p/3237479#M714593</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-04-01T21:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to set stack size when link with aCC ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-stack-size-when-link-with-acc/m-p/3237480#M714594</link>
      <description>Yes,&lt;BR /&gt;&lt;BR /&gt;the process data,stack and text area are determined by the three kernel parameters&lt;BR /&gt;&lt;BR /&gt;maxdsiz&lt;BR /&gt;maxssiz&lt;BR /&gt;maxtsiz&lt;BR /&gt;and their 64 bit equivalents.&lt;BR /&gt;&lt;BR /&gt;These parameters will specify the upper limit for any process for the usage.&lt;BR /&gt;By default the size would be 64M.&lt;BR /&gt;&lt;BR /&gt;check this for more info&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html&lt;/A&gt;</description>
      <pubDate>Thu, 01 Apr 2004 22:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-stack-size-when-link-with-acc/m-p/3237480#M714594</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-04-01T22:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to set stack size when link with aCC ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-stack-size-when-link-with-acc/m-p/3237481#M714595</link>
      <description>In addition to the maxssiz and maxssiz_64bit kernel limits, a process might reach a process resource limit such as set by setrlimit() or the ulimit shell builtin.  You can view that limit in /usr/bin/sh with "ulimit -s".&lt;BR /&gt;&lt;BR /&gt;  If you use threads then the maximum stack size for each new thread is determined by the thread attributes passed in to pthread_create.  That can be initialized with pthread_attr_setstacksize().&lt;BR /&gt;&lt;BR /&gt;  There is also a non-portable pthread_default_stacksize_np() function for setting the default for all future threads.</description>
      <pubDate>Fri, 02 Apr 2004 10:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-stack-size-when-link-with-acc/m-p/3237481#M714595</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2004-04-02T10:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to set stack size when link with aCC ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-stack-size-when-link-with-acc/m-p/3237482#M714596</link>
      <description>There is also a user level limitation when you use the shell. ulimit -a for sh/ksh limit for csh.</description>
      <pubDate>Fri, 02 Apr 2004 10:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-stack-size-when-link-with-acc/m-p/3237482#M714596</guid>
      <dc:creator>Nicolas Dumeige</dc:creator>
      <dc:date>2004-04-02T10:58:53Z</dc:date>
    </item>
  </channel>
</rss>

