<?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 space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/3042384#M134585</link>
    <description>Hi all.&lt;BR /&gt;While trying to start apache server I'm getting&lt;BR /&gt;a message :"/usr/lib/dld.sl:Not enough space",&lt;BR /&gt;"call to mmap()failed".&lt;BR /&gt;&lt;BR /&gt;I guess that it related to shared memory parameter in the kernel.&lt;BR /&gt;&lt;BR /&gt;Someone has an  idea?</description>
    <pubDate>Wed, 06 Aug 2003 08:05:14 GMT</pubDate>
    <dc:creator>Pelephone System</dc:creator>
    <dc:date>2003-08-06T08:05:14Z</dc:date>
    <item>
      <title>not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/3042384#M134585</link>
      <description>Hi all.&lt;BR /&gt;While trying to start apache server I'm getting&lt;BR /&gt;a message :"/usr/lib/dld.sl:Not enough space",&lt;BR /&gt;"call to mmap()failed".&lt;BR /&gt;&lt;BR /&gt;I guess that it related to shared memory parameter in the kernel.&lt;BR /&gt;&lt;BR /&gt;Someone has an  idea?</description>
      <pubDate>Wed, 06 Aug 2003 08:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/3042384#M134585</guid>
      <dc:creator>Pelephone System</dc:creator>
      <dc:date>2003-08-06T08:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/3042385#M134586</link>
      <description>The error is due to &lt;BR /&gt;1.Amount of memory and swap available. &lt;BR /&gt;If you have 80% used. &lt;BR /&gt;What is the value of dbc_max_pct on your kernel. &lt;BR /&gt;If it is 50% of memory bring it down.The value depends the amount of RAM on the server. &lt;BR /&gt;Make sure that you keep it to around 300MB. &lt;BR /&gt;&lt;BR /&gt;The buffer cache half the memory is too high. &lt;BR /&gt;&lt;BR /&gt;check the individual process usage using &lt;BR /&gt;UNIX95= ps -e -o ruser,pid,vsz=Kbytes &lt;BR /&gt;&lt;BR /&gt;to check the process usage by each process. &lt;BR /&gt;How is the usage of the swap on the machine &lt;BR /&gt;Just do a &lt;BR /&gt;swapinfo -ta &lt;BR /&gt;&lt;BR /&gt;you can use glance to monitor the process which is throwing out the error. &lt;BR /&gt;&lt;BR /&gt;2.If the amount of memory used is less and there is quite amount of free memory available then &lt;BR /&gt;&lt;BR /&gt;You have to increase your kernel parameters like &lt;BR /&gt;These paramters define the upper limit for a process. &lt;BR /&gt;They have default values like 8MB. &lt;BR /&gt;&lt;BR /&gt;maxdsiz &lt;BR /&gt;maxdiz_64 &lt;BR /&gt;maxssiz &lt;BR /&gt;maxssiz_64 &lt;BR /&gt;maxtsiz &lt;BR /&gt;maxtsiz_64 &lt;BR /&gt;ALso make sure that you check these values. &lt;BR /&gt;&lt;BR /&gt;Revert with the amount of swap utilization</description>
      <pubDate>Wed, 06 Aug 2003 08:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/3042385#M134586</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-08-06T08:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/3042386#M134587</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Europe and Asia&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068955795" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068955795&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;US&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068955795" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068955795&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Date: 6/17/03&lt;BR /&gt;Document description: PHP errors in error_log when starting up HP Apache 2.0.45&lt;BR /&gt;Document id: MJFKBRC00012688&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.&lt;BR /&gt;&lt;BR /&gt;** edited to comply with ITRC forum guideline **</description>
      <pubDate>Wed, 06 Aug 2003 08:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/3042386#M134587</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-08-06T08:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/3042387#M134588</link>
      <description>Eitan,&lt;BR /&gt;Well it could be many things.Basically,dld.sl&lt;BR /&gt;is a dynamic loader that maps shared library&lt;BR /&gt;into process address space (when process is compiled and linked it has a references to shared libraries which text/data will be added &lt;BR /&gt;on a run time).&lt;BR /&gt;I'd tun tusc -vpf httpd (or whatever script you use) and see what library Apache tries to load.Can get tusc from hpux.utah.cs.edu.&lt;BR /&gt;Also can run ipcs -ma to see shared memory segments.&lt;BR /&gt;For more details and shminfo tool please contact hp support center.</description>
      <pubDate>Wed, 06 Aug 2003 09:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space/m-p/3042387#M134588</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-08-06T09:19:34Z</dc:date>
    </item>
  </channel>
</rss>

