[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: performance probs



I think you should index more stuff. Indexing is __REALLY__ efficient.

On Monday 26 April 2004 15:35, christian gattermair wrote:
> hi!
>
> is it normal? i have a p3 1,4, 1024 ram. with a little work on the maschine
> slapd goes high .... 5 users and this is the effect
>
>   845 root      18   0 12796  12M  1876 R    43.1  1.4   0:48 slapd
>   846 root      13   0 12796  12M  1876 R    40.3  1.4   0:59 slapd
>   677 root      18   0 12796  12M  1876 R    10.7  1.4   1:00 slapd
>   768 root       9   0 12796  12M  1876 S     3.1  1.4   1:01 slapd
>
> i use a mailsystem (debian woody, postfix, pam_ldap, imp, openldap
> 2.0.23-6.3, ...)
>
> slapd.conf
>
> include         /etc/ldap/schema/core.schema
> include         /etc/ldap/schema/cosine.schema
> include         /etc/ldap/schema/nis.schema
> include         /etc/ldap/schema/inetorgperson.schema
> include         /etc/ldap/schema/horde.schema
> include         /etc/ldap/schema/java.schema
> include         /etc/ldap/schema/krb5-kdc.schema
> include         /etc/ldap/schema/mci.schema
> include         /etc/ldap/schema/misc.schema
> include         /etc/ldap/schema/openldap.schema
> include         /etc/ldap/schema/pureftpd.schema
> include         /etc/ldap/schema/qmail.schema
> include         /etc/ldap/schema/corba.schema
> include         /etc/ldap/schema/authldap.schema
>
> schemacheck     on
> pidfile         /var/run/slapd.pid
> argsfile        /var/run/slapd.args
> replogfile      /var/lib/ldap/replog
> loglevel        0
> sizelimit 9999
> database        ldbm
> suffix          "dc=domain,dc=at"
> directory       "/var/lib/ldap"
> index objectClass eq
> lastmod off
> defaultaccess search
> access to attribute=userPassword
>        by dn="cn=admin,dc=domain,dc=at" write
>        by anonymous auth
>        by self write
>        by * none
>
>
> thx4help
>
> chris