<?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 failed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958847#M291433</link>
    <description>Your Java code is probably 32bit and is competing with all other 32bit processes for the single shared memory map. While there may be enough in the shared memory map for all your processes, it has become fragmented and none of the pieces is large enough. This usually comes from randomly shutting down various processes or worse, using kill -9. A reboot will likely fix the problem, or possibly, a graceful shutdown of the database and applications, check ipcs -bmop to see if there are any orphaned segments. Then start the processes again.</description>
    <pubDate>Mon, 19 Nov 2007 21:18:48 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2007-11-19T21:18:48Z</dc:date>
    <item>
      <title>mmap failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958840#M291426</link>
      <description># ./java --version&lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed - TEXT /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;Can someone help with this error?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;brian</description>
      <pubDate>Fri, 09 Mar 2007 10:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958840#M291426</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2007-03-09T10:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958841#M291427</link>
      <description># swapinfo -atm&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev       16384   10758    5626   66%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -    4212   -4212&lt;BR /&gt;memory     6184    3811    2373   62%&lt;BR /&gt;total     22568   18781    3787   83%       -       0    -&lt;BR /&gt;&lt;BR /&gt;swap looks ok too&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;brian</description>
      <pubDate>Fri, 09 Mar 2007 10:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958841#M291427</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2007-03-09T10:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958842#M291428</link>
      <description>hmm,  I would be really surprised if your max data and text segment sizes are too small. But doesn't hurt to check.&lt;BR /&gt;&lt;BR /&gt;# kmtune | egrep "dsiz|tsiz"&lt;BR /&gt;&lt;BR /&gt;Post what you get.</description>
      <pubDate>Fri, 09 Mar 2007 11:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958842#M291428</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2007-03-09T11:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958843#M291429</link>
      <description>#  kmtune | egrep "dsiz|tsiz"&lt;BR /&gt;maxdsiz            1073741824  -  1073741824                 &lt;BR /&gt;maxdsiz_64bit      0x40000000  -  0X40000000                 &lt;BR /&gt;maxtsiz            0x40000000  Y  0X40000000                 &lt;BR /&gt;maxtsiz_64bit      0x40000000  Y  0X40000000                 &lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 09 Mar 2007 11:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958843#M291429</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2007-03-09T11:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958844#M291430</link>
      <description>Your dsize and tsize seems to be good enough.&lt;BR /&gt;&lt;BR /&gt;For the lack of other responses, I can throw some wild guesses :-). &lt;BR /&gt;&lt;BR /&gt;Is this Java by HP or some other vendor ? In other words, did you install the product using swinstall ? If yes, you could try a swverify to make sure you dont have a corrupt .sl. &lt;BR /&gt;</description>
      <pubDate>Fri, 09 Mar 2007 16:05:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958844#M291430</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2007-03-09T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958845#M291431</link>
      <description>Since your message says "Call to mmap() failed - TEXT", you are short on shared memory, not swap space.&lt;BR /&gt;&lt;BR /&gt;What does the following show:&lt;BR /&gt;$ ipcs -ma&lt;BR /&gt;&lt;BR /&gt;Any large segments?</description>
      <pubDate>Fri, 09 Mar 2007 18:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958845#M291431</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-09T18:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958846#M291432</link>
      <description>I have the same problem here.  Would you able to help.&lt;BR /&gt;# swapinfo -t&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     4194304       0 4194304    0%       0       -    1  /dev/vg00/lvol3&lt;BR /&gt;dev     10240000       0 10240000    0%       0       -    1  /dev/vg00/lvol7&lt;BR /&gt;dev     5242880       0 5242880    0%       0       -    1  /dev/vg00/lvol8&lt;BR /&gt;dev     10240000       0 10240000    0%       0       -    1  /dev/vg00/lvol14&lt;BR /&gt;dev     4194304       0 4194304    0%       0       -    1  /dev/vg00/lvol15&lt;BR /&gt;reserve       - 34111488 -34111488&lt;BR /&gt;memory  100119552 49524696 50594856   49%&lt;BR /&gt;total   134231040 83636184 50594856   62%       -       0    -&lt;BR /&gt;&lt;BR /&gt;# kctune |egrep "dsiz|tsiz"&lt;BR /&gt;maxdsiz                     570425344  0X22000000   Immed&lt;BR /&gt;maxdsiz_64bit              1073741824  0X40000000   Immed&lt;BR /&gt;maxtsiz                     0x8000000  0x8000000    Immed&lt;BR /&gt;maxtsiz_64bit              0x40000000  0x40000000   Immed&lt;BR /&gt;&lt;BR /&gt;# ipcs -ma&lt;BR /&gt;IPC status from /dev/kmem as of Mon Nov 19 10:55:48 2007&lt;BR /&gt;T         ID     KEY        MODE        OWNER     GROUP   CREATOR    CGROUP NATTCH      SEGSZ  CPID  LPID   ATIME    DTIME    CTIME&lt;BR /&gt;Shared Memory:&lt;BR /&gt;m          0 0x41302a7f --rw-rw-rw-      root      root      root      root      0        348  1761 28370 20:06:22 20:06:22  7:14:23&lt;BR /&gt;m          1 0x4e100002 --rw-rw-rw-      root      root      root      root      2      61760  1761 28370 20:06:22 20:06:22  7:14:24&lt;BR /&gt;m          2 0x412c2340 --rw-rw-rw-      root      root      root      root      2       8192  1761 28370 20:06:22 20:06:22  7:14:24&lt;BR /&gt;m          3 0x0c6629c9 --rw-r-----      root    edasql      root    edasql      2   43963752  3248  9036 10:54:18 10:54:27  7:15:43&lt;BR /&gt;m          4 0x06347849 --rw-rw-rw-      root    edasql      root    edasql      2      65544  3248  6411  0:26:03  7:21:56  7:15:43&lt;BR /&gt;m          5 0x49340041 --rw-r--r--      root    edasql      root    edasql      0      22908  3247  4125 10:55:01 10:55:01  7:15:44&lt;BR /&gt;m     294918 0x00005643 --rw-rw-rw-      root      root      root      root      1       1024  3489 23290  7:21:56  7:21:56  7:16:10&lt;BR /&gt;m          7 0x00005654 --rw-rw-rw-      root      root      root      root      1       1024  3489 23290  7:21:56  7:21:56  7:16:10&lt;BR /&gt;m    5177352 0x741cc1a0 --rw-rw-rw-      root      root      root      root      0      28244  6812 23552 10:55:09 10:55:09  7:18:19&lt;BR /&gt;m    3473417 0x632dca48 --rw-r-----    oracle       dba    oracle       dba   2223 13941895168 18211  7797 10:55:39 10:55:39 22:46:30&lt;BR /&gt;m      32778 0x7fffff00 --rw-------      root      root      root      root      0      49277  4920  4920  7:16:49 no-entry  7:16:49&lt;BR /&gt;m     491531 0x2019bf20 --rw-r-----    oracle       dba    oracle       dba     30 3774885888 18505  7702 10:55:39 10:55:39 22:46:56&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2007 13:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958846#M291432</guid>
      <dc:creator>sala.trancingular.com</dc:creator>
      <dc:date>2007-11-19T13:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958847#M291433</link>
      <description>Your Java code is probably 32bit and is competing with all other 32bit processes for the single shared memory map. While there may be enough in the shared memory map for all your processes, it has become fragmented and none of the pieces is large enough. This usually comes from randomly shutting down various processes or worse, using kill -9. A reboot will likely fix the problem, or possibly, a graceful shutdown of the database and applications, check ipcs -bmop to see if there are any orphaned segments. Then start the processes again.</description>
      <pubDate>Mon, 19 Nov 2007 21:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed/m-p/3958847#M291433</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-11-19T21:18:48Z</dc:date>
    </item>
  </channel>
</rss>

