2017-06-07 21:23:08 +08:00
|
|
|
# MEMGRAPH DEFAULT TESTING CONFIG
|
2016-11-29 11:08:08 +08:00
|
|
|
|
|
|
|
# NOTE: all paths are relative to the run folder
|
2017-08-26 03:36:42 +08:00
|
|
|
# (where the executable is run)
|
2016-11-29 11:08:08 +08:00
|
|
|
|
2017-06-09 17:38:17 +08:00
|
|
|
# directory to the folder with snapshots
|
2017-06-16 22:13:58 +08:00
|
|
|
--snapshot-directory=snapshots
|
2016-11-29 11:08:08 +08:00
|
|
|
|
2017-03-29 18:37:58 +08:00
|
|
|
# cleaning cycle interval
|
|
|
|
# if set to -1 the GC will not run
|
2017-06-16 22:13:58 +08:00
|
|
|
--gc-cycle-sec=30
|
2016-11-29 11:08:08 +08:00
|
|
|
|
|
|
|
# snapshot cycle interval
|
2017-06-06 23:04:49 +08:00
|
|
|
# if set to -1 the snapshooter will not run
|
2017-06-16 22:13:58 +08:00
|
|
|
--snapshot-cycle-sec=-1
|
2017-06-06 23:04:49 +08:00
|
|
|
|
2017-06-16 22:13:58 +08:00
|
|
|
# create snapshot disabled on db exit
|
2017-11-13 16:50:49 +08:00
|
|
|
--snapshot-on-exit=false
|
|
|
|
|
|
|
|
# disable WAL
|
|
|
|
--wal-flush-interval-millis=-1
|
2016-11-29 11:08:08 +08:00
|
|
|
|
|
|
|
# max number of snapshots which will be kept on the disk at some point
|
2017-05-17 16:08:57 +08:00
|
|
|
# if set to -1 the max number of snapshots is unlimited
|
2017-09-22 15:58:54 +08:00
|
|
|
--snapshot-max-retained=-1
|
2017-03-23 00:57:06 +08:00
|
|
|
|
2017-06-06 23:04:49 +08:00
|
|
|
# database recovering is disabled by default
|
2017-09-22 15:58:54 +08:00
|
|
|
--snapshot-recover-on-startup=false
|
2017-06-16 21:35:14 +08:00
|
|
|
|