Operating System - HP-UX
1830895 Members
1472 Online
110017 Solutions
New Discussion

Call to mmap() failed - not enough space.

 

Call to mmap() failed - not enough space.

Hi,

On one of my HP 9000 L2000 server my developers are facing problem mentioned below. They refer to this executable while compiling their code. Is this related to swapspace , kernal param ?
I have 1GB of RAM and 4GB od device swap.

Server1:/opt/java1.3/bin ->./jar
/usr/lib/dld.sl: Call to mmap() failed - TEXT /opt/java1.3/bin/./../jre/lib/PA_R
ISC2.0/server/libjvm.sl
/usr/lib/dld.sl: Not enough space
Abort(coredump)

- Srini
It Has Been...
3 REPLIES 3
Bill McNAMARA_1
Honored Contributor

Re: Call to mmap() failed - not enough space.

it could be one or all of those mentioned.

The kernel params relating to maxtsiz dsiz etc.. may be related more than swap.
waht does swapinfo -tm return before and after execution.
It works for me (tm)
Steve Steel
Honored Contributor

Re: Call to mmap() failed - not enough space.

HI


http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xae318f960573d611abdb0090277a778c,00.html


Covers it very well


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)

Re: Call to mmap() failed - not enough space.

I have changed my kernel param shmmax to 1GB. My maxdsiz and maxdsiz_64 is also 1GB. I have 4 Informix instances, 1 Oracle instance and few Weblogic domains running on this server.
anyway it's right now under observation.
Thanks for your replies.
It Has Been...