<?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: egrep: not enough memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435772#M4935</link>
    <description>Increase the kernel tunables maxdsiz and maxssiz to 1Gb and 100mb respectively.&lt;BR /&gt;Set swapmem_on=1 to enable pseudo swapping.&lt;BR /&gt;&lt;BR /&gt;Check out more on kernel tuning: &lt;A href="http://www.docs.hp.com/hpux/content/KCparams.OverviewAll.html" target="_blank"&gt;http://www.docs.hp.com/hpux/content/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Aug 2000 13:20:20 GMT</pubDate>
    <dc:creator>CHRIS_ANORUO</dc:creator>
    <dc:date>2000-08-10T13:20:20Z</dc:date>
    <item>
      <title>egrep: not enough memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435766#M4929</link>
      <description>What is the cause of this message ? I have checked the swap allocation, which seems adequate (0% in use ! ). The only other things that I can think of are the per-process kernel tunables maxdsiz and maxssiz. Even if these are the cause, how do I know what to set them to ? They are currently at the default for HPUX 11.0</description>
      <pubDate>Thu, 10 Aug 2000 10:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435766#M4929</guid>
      <dc:creator>Richard Jenkins</dc:creator>
      <dc:date>2000-08-10T10:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: egrep: not enough memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435767#M4930</link>
      <description>&lt;BR /&gt;ive seen a similar problem with the more command on HP-UX 11. Eventually the RC said there is a problem with it which will be fixed soon. For now, copy the HP-UX 10.20 version of more to our 11 box and it works fine! Try using the 10.20 version of the egrep binary and see if that works.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2000 10:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435767#M4930</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-10T10:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: egrep: not enough memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435768#M4931</link>
      <description>Richard,  the default for maxdsiz is 64MB. This is pretty low to be fair.&lt;BR /&gt;&lt;BR /&gt;You can check/change it in sam-&amp;gt;kernel configuration-&amp;gt;configurable parameters</description>
      <pubDate>Thu, 10 Aug 2000 10:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435768#M4931</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-08-10T10:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: egrep: not enough memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435769#M4932</link>
      <description>Richard, the "0% in use" figure you have seen in the PCT USED comlumn with swapinfo -tma refers to the percentage of swap that is being used for pageout activities. It does not reflect the amount of virtual memory actually being used by running processes. &lt;BR /&gt;&lt;BR /&gt;Depending on how much VM you require, you could still be running out of room in your entire VM pool.  What are your TOTAL figures when you run swapinfo -tma?  Usually this type of error message is reflective of not enough swap. Also, do you have psuedo swap enabled?  This will allow the Memory Management subsystem to use some of your available physical memory as swapspace. &lt;BR /&gt;Check kernel parameter swapmem_on for this.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Thu, 10 Aug 2000 12:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435769#M4932</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-10T12:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: egrep: not enough memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435770#M4933</link>
      <description>Richard:&lt;BR /&gt;&lt;BR /&gt;Try setting the kernel parameter 'large_ncargs_enabled' to 1.  This allows larger argument lists.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 Aug 2000 12:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435770#M4933</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-10T12:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: egrep: not enough memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435771#M4934</link>
      <description>Richard:&lt;BR /&gt;&lt;BR /&gt;Another thought: If you are doing something like searching a large number of files in a directory, as for example:&lt;BR /&gt;&lt;BR /&gt;# grep string *&lt;BR /&gt;&lt;BR /&gt;...then instead try:&lt;BR /&gt;&lt;BR /&gt;# find . -type f -print | xargs grep string&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 Aug 2000 12:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435771#M4934</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-10T12:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: egrep: not enough memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435772#M4935</link>
      <description>Increase the kernel tunables maxdsiz and maxssiz to 1Gb and 100mb respectively.&lt;BR /&gt;Set swapmem_on=1 to enable pseudo swapping.&lt;BR /&gt;&lt;BR /&gt;Check out more on kernel tuning: &lt;A href="http://www.docs.hp.com/hpux/content/KCparams.OverviewAll.html" target="_blank"&gt;http://www.docs.hp.com/hpux/content/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2000 13:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/egrep-not-enough-memory/m-p/2435772#M4935</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-10T13:20:20Z</dc:date>
    </item>
  </channel>
</rss>

