[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
syncrepl taking all the cpu on the consumer server
- To: openldap-software@OpenLDAP.org
- Subject: syncrepl taking all the cpu on the consumer server
- From: Patrice <gopat@nicematin.fr>
- Date: Mon, 18 Oct 2004 10:24:53 +0200
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
Hi,
I have setup syncrepl between 2 servers
my version is : OpenLDAP: slapd 2.2.17
on my consumer server slapd is taking all my cpu :
%CPU %MEM TIME+ COMMAND
98.6 2.0 4075:10 slapd
here is my slapd syncrepl conf:
syncrepl rid=50
provider="ldap://192.168.1.1"
type=refreshOnly
interval=00:00:30:00
searchbase="dc=domain,dc=com"
filter="(objectClass=*)"
scope="sub"
attrs="*,+"
schemachecking="off"
updatedn="cn=Manager,dc=domain,dc=com"
bindmethod="simple"
binddn="cn=Manager,dc=domain,dc=com"
credentials="secret"
I don't know what to do to resolve my problem
I need some help , thank in advance
Best Regards
Patrice