<?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: Parameter list too Long in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921843#M817428</link>
    <description>Will try and get back to you.&lt;BR /&gt;&lt;BR /&gt;kaps</description>
    <pubDate>Fri, 07 Mar 2003 08:49:42 GMT</pubDate>
    <dc:creator>KapilRaj</dc:creator>
    <dc:date>2003-03-07T08:49:42Z</dc:date>
    <item>
      <title>Parameter list too Long</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921839#M817424</link>
      <description>Is there a limit to the Number of Exported variables in a shell ?.&lt;BR /&gt;&lt;BR /&gt;kaps</description>
      <pubDate>Fri, 07 Mar 2003 08:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921839#M817424</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2003-03-07T08:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter list too Long</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921840#M817425</link>
      <description>I dont think there is a limit but the error "Parameter list too long" is usually because you have too many arguments on a single command line. Piping it through xargs fixes it.</description>
      <pubDate>Fri, 07 Mar 2003 08:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921840#M817425</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-03-07T08:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter list too Long</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921841#M817426</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;depends on the OS version.&lt;BR /&gt;&lt;BR /&gt;which are you using.&lt;BR /&gt;&lt;BR /&gt;see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x9e5fc1c4ceddd61190050090279cd0f9,00.html" target="_blank"&gt;http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x9e5fc1c4ceddd61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;            Steve Steel</description>
      <pubDate>Fri, 07 Mar 2003 08:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921841#M817426</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-03-07T08:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter list too Long</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921842#M817427</link>
      <description>no, i dont think there is a limit for the no of exported variables in a shell.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but your problem, seems like u are exceeding the maximum length of the command line argument passed on a shell.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji</description>
      <pubDate>Fri, 07 Mar 2003 08:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921842#M817427</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-03-07T08:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter list too Long</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921843#M817428</link>
      <description>Will try and get back to you.&lt;BR /&gt;&lt;BR /&gt;kaps</description>
      <pubDate>Fri, 07 Mar 2003 08:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921843#M817428</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2003-03-07T08:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter list too Long</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921844#M817429</link>
      <description>The system limits the total bytes of data for environment and arguments.  Individual shells and other programs may have their own limits on how many environment variables they can handle.&lt;BR /&gt;&lt;BR /&gt;From "man sysconf"&lt;BR /&gt;ARG_MAX _SC_ARG_MAX&lt;BR /&gt;  Maximum total length of the arguments for exec() in bytes, including environment data (see exec(2))&lt;BR /&gt;&lt;BR /&gt;From "man exec"&lt;BR /&gt;If exec*() fails and returns to the calling program,&lt;BR /&gt;errno is set to one of the following values:&lt;BR /&gt;&lt;BR /&gt;[E2BIG] &lt;BR /&gt;  The number of bytes in the new program's&lt;BR /&gt;  argument list plus environment is greater&lt;BR /&gt;  than the system-imposed limit.  This limit is&lt;BR /&gt;  at least 5120 bytes on HP-UX systems.&lt;BR /&gt;&lt;BR /&gt;The limit on 11.00 and on patched 10.20 is 2000K bytes.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Mar 2003 16:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921844#M817429</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2003-03-07T16:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter list too Long</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921845#M817430</link>
      <description>Following may be of some use: from /usr/include/limits.h on 11.0&lt;BR /&gt;&lt;BR /&gt;#if defined(_INCLUDE_POSIX_SOURCE) || defined(_INCLUDE_POSIX2_SOURCE)&lt;BR /&gt;#  define _POSIX_ARG_MAX        4096    /* The length of the arguments for&lt;BR /&gt;                                           one of the exec functions in bytes,&lt;BR /&gt;                                           including environment data. */&lt;BR /&gt;&lt;BR /&gt;also...&lt;BR /&gt;&lt;BR /&gt;#  if defined(_XPG2) || defined(_SVID3) || defined(_XPG4_EXTENDED)&lt;BR /&gt;/*&lt;BR /&gt; * The following limits are not actually invariant, but are configurable.&lt;BR /&gt; * The correct values can be determined using the sysconf() function.&lt;BR /&gt; * The default values are provided here because the constants are specified&lt;BR /&gt; * by several publications including XPG (X/Open Portability Guide) Issue 2&lt;BR /&gt; * and SVID (System V Interface Definition) Issue 2.&lt;BR /&gt; */&lt;BR /&gt;#    define ARG_MAX            2048000  /* Maximum length of arguments for the&lt;BR /&gt;                                           exec function in bytes, including&lt;BR /&gt;                                           environment data */</description>
      <pubDate>Fri, 07 Mar 2003 17:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parameter-list-too-long/m-p/2921845#M817430</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-03-07T17:06:01Z</dc:date>
    </item>
  </channel>
</rss>

