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

Re: ldapadd problems...slapd crashes ... (ITS#540)



At 05:16 PM 5/19/00 GMT, eric.vignaux@sacem.fr wrote:
>calloc of 57672698 elems of 4 bytes failed

Make sure you have enough virtual memory available
to your process to allocate configured caches.  Since
calloc() is failing, allocate more virtual memory
to your process and/or reduce cache sizes.  See
cachesize and dbcachesize slapd.conf(5) directives.