Created
September 6, 2010 22:32
-
-
Save williamsjj/567594 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <table> | |
| <caption> | |
| "mnesia" 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