memgraph/tests/public_benchmark/ldbc/config/memgraph.conf
florijan 8bbf1af525 Cleanup durability config, docs, CHANGELOG
Reviewers: teon.banek, buda, mislav.bradac, dgleich

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D992
2017-11-21 10:17:13 +01:00

20 lines
422 B
Plaintext

# MEMGRAPH LDBC BENCHMARK CONFIG
# NOTE: all paths are relative to the run folder
# (where the executable is run)
# recover from the 'durability' directory
--durability-directory=durability
--db-recover-on-startup=true
# but don't perform durability
--durability-enabled=false
--snapshot-on-exit=false
# cleaning cycle interval
# if set to -1 the GC will not run
--gc-cycle-sec=-1
# number of workers
--num-workers=8