2017-08-26 03:36:42 +08:00
|
|
|
# MEMGRAPH DEFAULT BENCHMARKING CONFIG
|
2017-07-29 23:03:34 +08:00
|
|
|
|
|
|
|
# NOTE: all paths are relative to the run folder
|
2017-08-26 03:36:42 +08:00
|
|
|
# (where the executable is run)
|
2017-07-29 23:03:34 +08:00
|
|
|
|
|
|
|
# directory to the folder with snapshots
|
|
|
|
--snapshot-directory=snapshots
|
|
|
|
|
|
|
|
# cleaning cycle interval
|
|
|
|
# if set to -1 the GC will not run
|
|
|
|
--gc-cycle-sec=-1
|
|
|
|
|
2017-08-25 17:08:45 +08:00
|
|
|
# skiplist gc cycle interval
|
|
|
|
# if set to 0 the GC will not run
|
|
|
|
--skiplist_gc_interval=0
|
|
|
|
|
2017-07-29 23:03:34 +08:00
|
|
|
# snapshot cycle interval
|
|
|
|
# if set to -1 the snapshooter will not run
|
|
|
|
--snapshot-cycle-sec=-1
|
|
|
|
|
2017-08-25 17:08:45 +08:00
|
|
|
# snapshot cycle interval
|
|
|
|
# if set to -1 the snapshooter will not run
|
|
|
|
--query_execution_time_sec=-1
|
|
|
|
|
2017-07-29 23:03:34 +08:00
|
|
|
# create snapshot disabled on db exit
|
2017-09-22 15:58:54 +08:00
|
|
|
--snapshot-on-exit=false
|
2017-07-29 23:03:34 +08:00
|
|
|
|
|
|
|
# max number of snapshots which will be kept on the disk at some point
|
|
|
|
# if set to -1 the max number of snapshots is unlimited
|
2017-09-22 15:58:54 +08:00
|
|
|
--snapshot-max-retained=-1
|
2017-07-29 23:03:34 +08:00
|
|
|
|
|
|
|
# database recovering is disabled by default
|
2017-09-22 15:58:54 +08:00
|
|
|
--snapshot-recover-on-startup=false
|
2017-07-29 23:03:34 +08:00
|
|
|
|
2017-07-30 00:05:19 +08:00
|
|
|
# number of workers
|
2017-08-29 16:27:33 +08:00
|
|
|
--num-workers=1
|