2017-08-26 03:36:42 +08:00
|
|
|
# MEMGRAPH LDBC BENCHMARK CONFIG
|
|
|
|
|
|
|
|
# NOTE: all paths are relative to the run folder
|
|
|
|
# (where the executable is run)
|
|
|
|
|
2019-12-05 20:24:30 +08:00
|
|
|
# recover from the 'data' directory
|
|
|
|
--data-directory=mg_data
|
|
|
|
--storage-recover-on-startup=true
|
2017-11-20 18:58:05 +08:00
|
|
|
|
|
|
|
# but don't perform durability
|
2019-12-05 20:24:30 +08:00
|
|
|
--storage-snapshot-interval-sec=0
|
|
|
|
--storage-wal-enabled=false
|
|
|
|
--storage-snapshot-on-exit=false
|
2017-08-26 03:36:42 +08:00
|
|
|
|
|
|
|
# number of workers
|
|
|
|
--num-workers=8
|