On 04/16/2012 11:59 AM, Russell Beall wrote:
Hi, Can you post your purge/trimming configuration parameters?
Do you see any issue if you don't use replication at all? That is, is this issue related to replication?
Are you seeing https://fedorahosted.org/389/ticket/51 ? When you start to see memory growth, are you using all of your cache?
AFAIK you can't attach valgrind to a running process. try this: service dirsrv stop ( . /etc/sysconfig/dirsrv ; . /etc/sysconfig/dirsrv-INSTANCENAME ; valgrind -q --tool=memcheck --leak-check=yes --leak-resolution=high --num-callers=50 --log-file=/var/log/dirsrv/slapd-INSTANCENAME/valgrind.log /usr/sbin/ns-slapd -D /etc/dirsrv/slapd-INSTANCENAME -i /var/run/dirsrv/slapd-INSTANCENAME.pid -w /var/run/dirsrv/slapd-INSTANCENAME.startpid -d 0 ) & valgrind will log to /var/log/dirsrv/slapd-INSTANCENAME/valgrind.log Note that running your server with valgrind will really cripple the performance - may be unusable in a production environment - you may also run afoul of selinux valgrind will not report memory leaks until you shutdown the server (just kill -15 <pid of ns-slapd or valgrind>)
|
-- 389 users mailing list 389-users@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/389-users