e6c3d42e02
Summary: Increased query execution timeout. Enabled global queries by default. Implemented faster RandomElement for vertices and edges. Changed long running verify message format. Changed vertex and edge count to be per worker. Reviewers: mislav.bradac Reviewed By: mislav.bradac Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D864
29 lines
736 B
Plaintext
29 lines
736 B
Plaintext
# MEMGRAPH DEFAULT STRESS TESTING 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=30
|
|
|
|
# snapshot cycle interval
|
|
# if set to -1 the snapshooter will not run
|
|
--snapshot-cycle-sec=600
|
|
|
|
# create snapshot enabled on db exit
|
|
--snapshot-on-exit=true
|
|
|
|
# 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
|
|
|
|
# increase query timeout (10 min)
|
|
--query-execution-time-sec=600
|