cbf8dacc11
Reviewers: mislav.bradac Reviewed By: mislav.bradac Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D922
37 lines
897 B
Plaintext
37 lines
897 B
Plaintext
# MEMGRAPH DEFAULT BENCHMARKING CONFIG
|
|
|
|
# NOTE: all paths are relative to the run folder
|
|
# (where the executable is run)
|
|
|
|
# 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
|
|
|
|
# skiplist gc cycle interval
|
|
# if set to 0 the GC will not run
|
|
--skiplist_gc_interval=0
|
|
|
|
# snapshot cycle interval
|
|
# if set to -1 the snapshooter will not run
|
|
--snapshot-cycle-sec=-1
|
|
|
|
# snapshot cycle interval
|
|
# if set to -1 the snapshooter will not run
|
|
--query_execution_time_sec=-1
|
|
|
|
# create snapshot disabled on db exit
|
|
--snapshot-on-exit=false
|
|
|
|
# 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
|
|
--snapshot-max-retained=-1
|
|
|
|
# database recovering is disabled by default
|
|
--snapshot-recover-on-startup=false
|
|
|
|
# number of workers
|
|
--num-workers=1
|