On Jan 4, 2008 2:54 AM, Ian Eslick <[EMAIL PROTECTED]> wrote:
> Hi Victor,
>
> Sounds like your transaction is blowing out the shared memory
> allocated by Berkeley DB to store dirty pages.  This is caused by
> transactions that are too large; putting an entire file of data could
> well accomplish this.  (We really should change the error message to
> be more informative in these cases).
>
> Try pushing with-transaction into the loop in import-movie as follows:

Thanks for your suggestion, Ian - the problem was solved once I've
moved with-transaction inside the collect-rating-info.
_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to