[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ch_calloc failed ...
Hi,
I've written a program which do massive add operation like :
for(i = 0 ; i<5000 ; i++)
AddEntry(...);
In background, another program do a search request in database every
five seconds about the entry which are added massively and modify
these.
After few entries added (around 140), slapd say :
slapd[29910]: ch_calloc of 230096898 elems of 4 bytes failed
And slapd goes down, it must be restarted for playing with it again ...
Is there a slapd bug already discover ? Any solution for resolve it ?
Thanks for your help, Yannick.