1753449 Members
6207 Online
108794 Solutions
New Discussion

call to mmap() failed

 
Ruediger Noack
Valued Contributor

call to mmap() failed

Hi,

I got this error message during start of script (HP-UX 11.0):
/usr/lib/dld.sl: Call to mmap() failed - DATA /usr/lib/libdld.2
/usr/lib/dld.sl

I found here in forum it's a swap space problem. My output from swapinfo -ta:

Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1048576 454244 594332 43% 0 - 1 /dev/vg00/lvol2
dev 1048576 453776 594800 43% 0 - 1 /dev/vg00/lvol10
reserve - 1189132 -1189132
memory 1547172 1545188 1984 100%
total 3644324 3642340 1984 100% - 0 -

It seems for me there is enough swap space availaible in lvol2 and lvol10.
Any explanation for me.

Thanks
Ruediger

1 REPLY 1
Ruediger Noack
Valued Contributor

Re: call to mmap() failed

Hi all,

I read the threads more exactly and i found the answer to my question.
The free space in the swap lvols is already reserved.
I need more swap.

Ruediger