<?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: MMAP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap/m-p/2808580#M83687</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;The "Not enough space" is indicative of a limited&lt;BR /&gt;resource issue.  Typically with lack of&lt;BR /&gt;swap space .&lt;BR /&gt;&lt;BR /&gt;Check swap_space swapinfo -ta&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;maxdsiz&lt;BR /&gt;dbc_max_pct&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Steve steel&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Sep 2002 10:58:43 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-09-18T10:58:43Z</dc:date>
    <item>
      <title>MMAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap/m-p/2808579#M83686</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am fairly familiar with the message below. I know about memory windowing at 64bit OS. However, I am getting this error from a peoplefost process scheduler. I know ORacle is only loaded as 32-bit on this Nclass 64-bit OS. We have to address this issue. Now, is the process scheduler art of oracle ot peoplesoft?&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed - TEXT &lt;BR /&gt;/app/ps/hrtst8/bin/libpssys.sl&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;&lt;BR /&gt;I can't remember the kernel parm to check also, maxdsiz, maybe?&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2002 10:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap/m-p/2808579#M83686</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-09-18T10:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: MMAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap/m-p/2808580#M83687</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The "Not enough space" is indicative of a limited&lt;BR /&gt;resource issue.  Typically with lack of&lt;BR /&gt;swap space .&lt;BR /&gt;&lt;BR /&gt;Check swap_space swapinfo -ta&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;maxdsiz&lt;BR /&gt;dbc_max_pct&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Steve steel&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2002 10:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap/m-p/2808580#M83687</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-09-18T10:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: MMAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap/m-p/2808581#M83688</link>
      <description>Hi, Robert&lt;BR /&gt;&lt;BR /&gt;since the error showing that 'Not enough space'&lt;BR /&gt;check the file systems sizes(bdf) if any is full.</description>
      <pubDate>Wed, 18 Sep 2002 11:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap/m-p/2808581#M83688</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-09-18T11:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: MMAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap/m-p/2808582#M83689</link>
      <description>Obviously the (shared) mmap()ing of a shared library fails. In this case case no swap reservation needs to be done, so we hit this:&lt;BR /&gt;&lt;BR /&gt;           [ENOMEM]       MAP_FIXED was specified, and the range [addr,&lt;BR /&gt;                          addr+len] exceeds that allowed for the address&lt;BR /&gt;                          space of a process; or if MAP_FIXED was not&lt;BR /&gt;                          specified and there is insufficient room in the&lt;BR /&gt;                          address space to effect the mapping.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So there are problems to find room in your 32bit address space for this mapping. There are no kernel tunables for this... you need to free up space. E.g. by using memory windows, as you already mentioned.&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Wed, 18 Sep 2002 11:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap/m-p/2808582#M83689</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-09-18T11:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: MMAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap/m-p/2808583#M83690</link>
      <description>The not enough space message seems to be with the &lt;BR /&gt;&lt;BR /&gt;maxdsiz&lt;BR /&gt;maxdsiz_64&lt;BR /&gt;parameters and&lt;BR /&gt;also the amount of memory available on the system&lt;BR /&gt;&lt;BR /&gt;If your application is a 64 bit try increasing maxdsiz.&lt;BR /&gt;&lt;BR /&gt;ALso check for the processes using the memory using&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -e -o ruser,vsz,pid,args|sort -rnk2 &lt;BR /&gt;&lt;BR /&gt;stop the unnecessary processes.&lt;BR /&gt;&lt;BR /&gt;check your swap size&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2002 11:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap/m-p/2808583#M83690</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-09-18T11:08:37Z</dc:date>
    </item>
  </channel>
</rss>

