[erlang-patches] small fix to mnesia_log:ets2dcd()

Richard Carlsson carlsson.richard@REDACTED
Wed Dec 7 13:06:18 CET 2011


Use the synchronous log_terms instead of alog_terms in mnesia_log:ets2dcd()

This avoids the situation where mnesia could dump a very large ets table 
in its entirety into the message queue of the disk_log process, causing 
memory blowup and choking the disk logger.

git fetch git://github.com/richcarl/otp.git mnesia_log-no-async

    /Richard



More information about the erlang-patches mailing list