<?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: Not enough memory to run command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301285#M12604</link>
    <description>can you send  exactly command line do you use?</description>
    <pubDate>Thu, 10 Jun 2004 07:43:46 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2004-06-10T07:43:46Z</dc:date>
    <item>
      <title>Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301282#M12601</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 04:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301282#M12601</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-06-10T04:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301283#M12602</link>
      <description>except recompile the kernel , what can I temporarily do it ? thx.</description>
      <pubDate>Thu, 10 Jun 2004 05:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301283#M12602</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-06-10T05:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301284#M12603</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i do not think it has anything to do with memory. as the error message put it, the argument list you have given to find is too long. see this for explanation and resolution:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxjournal.com/article.php?sid=6060" target="_blank"&gt;http://www.linuxjournal.com/article.php?sid=6060&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 10 Jun 2004 05:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301284#M12603</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-06-10T05:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301285#M12604</link>
      <description>can you send  exactly command line do you use?</description>
      <pubDate>Thu, 10 Jun 2004 07:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301285#M12604</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-06-10T07:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301286#M12605</link>
      <description>find /dir1 in stead of find . I suppose should work for you ..&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Thu, 10 Jun 2004 07:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301286#M12605</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-10T07:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301287#M12606</link>
      <description>&lt;BR /&gt;It is not a problem with physical memory, not even one of virtual memory, but an artificial limitation created for any and all of the following reasons:&lt;BR /&gt;- to protect you from yourself exectuing 'out-of-control' commands&lt;BR /&gt;- to adhere to a (posix) standard [Tru64 Unix has this, you have to issue:&lt;BR /&gt;sysconfig -r proc exec_disable_arg_limit=1&lt;BR /&gt;- to created easier code.&lt;BR /&gt;&lt;BR /&gt;Mostly using find is used as a solution to this standard problem. Since for you it is the cause, we'd like to see the exact command used. You are not using 'find * ...' are you?&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 10:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301287#M12606</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-06-10T10:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301288#M12607</link>
      <description>this is not a memory problem. if you want to get help you will need to show the exact 'find' command you typed in so we can tell you what you are doing wrong.</description>
      <pubDate>Fri, 11 Jun 2004 02:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301288#M12607</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-06-11T02:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough memory to run command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301289#M12608</link>
      <description>Hmmm... I'm slightly confused by Dirk's reply.&lt;BR /&gt;What is the point? The two points made (not a memory problem, what is the exact command) were both made twice before over 3 much earlier replies. It doesn't seem like a timing window, but I suppose it could have been a reply stuck in some queue or forgotten window (I've done that, and posted days too late :-).&lt;BR /&gt;Never mind me... Cheers, Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jun 2004 08:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-enough-memory-to-run-command/m-p/3301289#M12608</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-06-11T08:46:43Z</dc:date>
    </item>
  </channel>
</rss>

