memgraph/tests/public_benchmark/ldbc/config/memgraph.conf

17 lines
375 B
Plaintext
Raw Normal View History

# 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