Hi All,
I am using sunds 6.3 and depending upon the ldap requests the ns-slapd process is increasing RAM it occupied but once all the requests are served the memory is not getting de-allocated
for example; i=0; while [ $i -lt 40000 ]; do ldapsearch -h omsrvm.vts.com -D"cn=directory manager" -w ldappass -p 636 -P /var/ldap/cert8.db -b"dc=vts,dc=com" objectClass=* 1>/dev/null & ((i=i+1)) ; done
When the Load has been increased the ns-slapd has been increased the RAM SIZE from 198M(default) to 1051M and the cpu is using 98.35%
PID USERNAME LWP PRI NICE SIZE RES STATE TIME CPU COMMAND
7947 root 46 54 0 1051M 999M cpu/0 62:13 98.35% ns-slapd
After serving the requests ns-slapd is not flushing the memory back the only thing we can do is kill the process for freeing up the memory .
Thanks & regards
K.Tarun