Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ns-slapd process increasing RAM space depending on the request attained and not flushing out once th

3308587Sep 6 2016 — edited Sep 15 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2016
Added on Sep 6 2016
20 comments
1,697 views