Skip to content

Instantly share code, notes, and snippets.

@williamsjj
Created September 6, 2010 22:32
Show Gist options
  • Select an option

  • Save williamsjj/567594 to your computer and use it in GitHub Desktop.

Select an option

Save williamsjj/567594 to your computer and use it in GitHub Desktop.
<table>
<caption>
&quot;mnesia&quot; Configuration Options
</caption>
<col width="100%" />
<tbody>
<tr>
<td align="left">
Option Name Value Type Default Description
____________________________ ________________ ____________
______________________________________________________________________
dump_log_write_threshold integer 100 How often to flush/dump the
contents of the append-only log into the actual database files. It
is specified in terms of how many entries must be in the log before
a dump operation occurs. Setting this to a higher number can reduce
I/O load and increase performance for persistent messages.
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment