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

Re: slapd memory leak (ITS#249)



At 07:56 AM 8/13/99 GMT, dnehring@telemedia.de wrote:
>Doesn't work (Sun/SPARC Solaris 2.6 with egcs 1.0.3):

The FAQ has many hints to help you use pthreads under Solaris.
  http://www.openldap.org/faq/index.cgi?file=11

>CFLAGS="-s -O3 -D_REENTRANT" ./configure --enable-shared --enable-cldap --with-ldbm-api=db2 --with-threads=posix

>Hhmh, the machine has 768 MByte physical memory and 1.2 GByte of
>swap. My slapd.conf values are:
>
>cachesize       100000
>dbcachesize     15000000
>dbcachenowsync
>sizelimit       1000000
>
>Are this really too high values?

Not if the slapd process can allocate enough memory.  Many
operating systems have default per-process limits which are
quite low.

Kurt