chore(persistent_sessions): tune mnesia parameters for better dump behavior
This commit is contained in:
parent
ec68d7fc58
commit
1f13a6caad
|
@ -116,3 +116,7 @@
|
||||||
|
|
||||||
## patches dir
|
## patches dir
|
||||||
-pa {{ platform_data_dir }}/patches
|
-pa {{ platform_data_dir }}/patches
|
||||||
|
|
||||||
|
## Mnesia thresholds
|
||||||
|
-mnesia dump_log_write_threshold 5000
|
||||||
|
-mnesia dump_log_time_threshold 60000
|
||||||
|
|
|
@ -114,3 +114,7 @@
|
||||||
|
|
||||||
## patches dir
|
## patches dir
|
||||||
-pa {{ platform_data_dir }}/patches
|
-pa {{ platform_data_dir }}/patches
|
||||||
|
|
||||||
|
## Mnesia thresholds
|
||||||
|
-mnesia dump_log_write_threshold 5000
|
||||||
|
-mnesia dump_log_time_threshold 60000
|
||||||
|
|
Loading…
Reference in New Issue