8bbf1af525
Reviewers: teon.banek, buda, mislav.bradac, dgleich Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D992
16 lines
342 B
Plaintext
16 lines
342 B
Plaintext
# MEMGRAPH DEFAULT STRESS TESTING CONFIG
|
|
|
|
# NOTE: all paths are relative to the run folder
|
|
# (where the executable is run)
|
|
|
|
# enable durability
|
|
--durability-enabled=true
|
|
--snapshot-cycle-sec=600
|
|
--snapshot-on-exit=true
|
|
--snapshot-max-retained=1
|
|
|
|
--db-recover-on-startup=false
|
|
|
|
# increase query timeout (10 min)
|
|
--query-execution-time-sec=600
|