8a0abd6dbd
Reviewers: teon.banek Reviewed By: teon.banek Subscribers: buda, pullbot Differential Revision: https://phabricator.memgraph.io/D2567
17 lines
375 B
Plaintext
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
|