Operating System - HP-UX
1752273 Members
4717 Online
108786 Solutions
New Discussion юеВ

Call to mmap() failed while using SFTP

 

Call to mmap() failed while using SFTP

I'm getting the error..

$ sftp productionserver@10.21.164.36
/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/libkrb5.sl
/usr/lib/dld.sl: Not enough space
Abort(coredump)
$

Pls help in resolving this issue.

Thanks
Prasanna.
2 REPLIES 2
Steve Steel
Honored Contributor

Re: Call to mmap() failed while using SFTP

Hi

Could be

1)maxdsiz maxssiz parameters exhausted by program size

2)Not enough swap/virtual memory

3)Memory leak

see
ftp://eh:spear9@hprc.external.hp.com/memory.htm

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

Re: Call to mmap() failed while using SFTP

Thanks Steve,

should i check for this problem in the Source server or in the target server ?