2017-08-26 03:36:42 +08:00
|
|
|
# MEMGRAPH DEFAULT STRESS TESTING CONFIG
|
2017-08-02 16:48:33 +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-08-02 16:48:33 +08:00
|
|
|
|
2017-11-20 18:58:05 +08:00
|
|
|
# enable durability
|
|
|
|
--durability-enabled=true
|
2017-08-02 16:48:33 +08:00
|
|
|
--snapshot-cycle-sec=600
|
2017-09-22 15:58:54 +08:00
|
|
|
--snapshot-on-exit=true
|
|
|
|
--snapshot-max-retained=1
|
2017-08-02 16:48:33 +08:00
|
|
|
|
2017-11-20 18:58:05 +08:00
|
|
|
--db-recover-on-startup=false
|
2017-08-02 16:48:33 +08:00
|
|
|
|
2017-10-06 03:32:04 +08:00
|
|
|
# increase query timeout (10 min)
|
|
|
|
--query-execution-time-sec=600
|