8bbf1af525
Reviewers: teon.banek, buda, mislav.bradac, dgleich Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D992
20 lines
422 B
Plaintext
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
|