memgraph/tests/public_benchmark/ldbc/config/memgraph.conf
Matej Ferencevic 8a0abd6dbd Make memgraph with storage v2 the main binary
Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: buda, pullbot

Differential Revision: https://phabricator.memgraph.io/D2567
2019-12-06 10:51:16 +01:00

17 lines
375 B
Plaintext

# MEMGRAPH LDBC BENCHMARK CONFIG
# NOTE: all paths are relative to the run folder
# (where the executable is run)
# recover from the 'data' directory
--data-directory=mg_data
--storage-recover-on-startup=true
# but don't perform durability
--storage-snapshot-interval-sec=0
--storage-wal-enabled=false
--storage-snapshot-on-exit=false
# number of workers
--num-workers=8