<?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 Not enough memory to run command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301501#M183935</link>
    <description>When I use "find" command on the shell , it deny me to do it and pop the below error , may be we have too many files so not enough memory to do that , can I increase the memory and do it again ? if it is OK , how can I increase the memory ? thx &lt;BR /&gt;&lt;BR /&gt;-bash: /usr/bin/find: Argument list too long</description>
    <pubDate>Thu, 10 Jun 2004 08:15:24 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2004-06-10T08:15:24Z</dc:date>
    <item>
      <title>Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301501#M183935</link>
      <description>When I use "find" command on the shell , it deny me to do it and pop the below error , may be we have too many files so not enough memory to do that , can I increase the memory and do it again ? if it is OK , how can I increase the memory ? thx &lt;BR /&gt;&lt;BR /&gt;-bash: /usr/bin/find: Argument list too long</description>
      <pubDate>Thu, 10 Jun 2004 08:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301501#M183935</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-06-10T08:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301502#M183936</link>
      <description>what is the syntax you are using in your find command, meaning, are you doing a find and specifying wildcards?&lt;BR /&gt;&lt;BR /&gt;if you are doing something like:&lt;BR /&gt;find . -name *.log  &lt;BR /&gt;&lt;BR /&gt;try instead:&lt;BR /&gt;find . -name '*.log'</description>
      <pubDate>Thu, 10 Jun 2004 08:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301502#M183936</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2004-06-10T08:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301503#M183937</link>
      <description>What OS version are you on, and what's the full command you're trying to run?</description>
      <pubDate>Thu, 10 Jun 2004 08:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301503#M183937</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2004-06-10T08:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301504#M183938</link>
      <description>could you please show us the command ?&lt;BR /&gt;&lt;BR /&gt;reagrds,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 08:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301504#M183938</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-06-10T08:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301505#M183939</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The reason for such a message is that the command gives a large output, which you use somewhere as a list, e.g. this is similar to "ls *" in a directory with thousands of files. &lt;BR /&gt;If you use &lt;BR /&gt;find something | xargs cmd &lt;BR /&gt;replace it with &lt;BR /&gt;find something -exec cmd {} \;&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 10 Jun 2004 08:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301505#M183939</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-06-10T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301506#M183940</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;problem could be that find command obtains too many files.&lt;BR /&gt;&lt;BR /&gt;Complete command launched could help to understand better your problem.&lt;BR /&gt;&lt;BR /&gt;You also should know that bash shell on HP-UX is not supported, it is default on Linux.&lt;BR /&gt;What is your O.S.?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Thu, 10 Jun 2004 10:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301506#M183940</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-06-10T10:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301507#M183941</link>
      <description>Is this 10.20 or 11.0?</description>
      <pubDate>Thu, 10 Jun 2004 11:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-memory-to-run-command/m-p/3301507#M183941</guid>
      <dc:creator>Navin Bhat_2</dc:creator>
      <dc:date>2004-06-10T11:49:08Z</dc:date>
    </item>
  </channel>
</rss>

