[elephant-devel] Berkeley DB error: Cannot allocate memory.
Victor Kryukov
victor.kryukov at gmail.com
Sun Jan 6 00:02:03 UTC 2008
On Jan 4, 2008 2:54 AM, Ian Eslick <eslick at csail.mit.edu> 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.
More information about the elephant-devel
mailing list