DS 6 memory errors from attribute encryption?
In previous post I am replicating from ds 5.2 to ds 6. Now I have enabled attribute encryption in ds 6 for one attribute. I initialize ds 6 from ds 5.2 and replication completes ok but the ds 6 server stops. I get the memory errors below which I suspect are due to the attribute encryption. Any tuning suggestions or comments?
[29/May/2007:16:19:30 -0700] - ERROR<5129> - Resource Limit - conn=-1 op=-1 msgId=-1 - Memory allocation error cannot malloc 0 bytes; trying to allocate 0 or a negative number of bytes is not portable and gives different results on different platforms. Please check the code and change it to avoid the attempt to allocate 0 bytes.
[29/May/2007:16:19:30 -0700] - ERROR<5133> - Resource Limit - conn=-1 op=-1 msgId=-1 - Memory allocation error cannot calloc 0 bytes; trying to allocate 0 or a negative number of bytes is not portable and gives different results on different platforms. Please check the code and change it to avoid the attempt to allocate 0 bytes.
[29/May/2007:16:19:30 -0700] - ERROR<4788> - Encryption - conn=-1 op=-1 msgId=-1 - Memory allocation error Out of memory to create a buffer to hold the encrypted input ( error 0 - unknown ).

