1753298 Members
7306 Online
108792 Solutions
New Discussion

Re: find libldapssl41.so

 
Dennis Handly
Acclaimed Contributor

Re: find libldapssl41.so

>This depot apply for OS?

Sure, 11.31 is listed:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4269AA

>I need modify value data for "unlimited"

You can not. You can only make it larger by changing the kernel parm to 4 Gb:
# kctune maxdsiz=0xfffff000

After you change this, user process must login again, if they really need this increase from 1 Gb to 4 Gb.
(Note: Just because you can increase it, doesn't mean existing applications can use it. But java can.)

For 64 bit processes:
# kctune maxdsiz_64bit= (much bigger number)