You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,7 +28,7 @@ provdb_extra_args="" #any extra command line arguments to pass
28
28
provdb_nshards=4 #number of database shards
29
29
provdb_ninstances=1 #number of database server instances. Shards are distributed over instances
30
30
provdb_engine="ofi+tcp;ofi_rxm" #the OFI libfabric provider used for the Mochi stack
31
-
provdb_port=5000 #the port of the provenance database
31
+
provdb_port=5001 #the port of the provenance database
32
32
provdb_writedir=chimbuko/provdb #the directory in which the provenance database is written. Chimbuko creates chimbuko/provdb which can be used as a default
33
33
provdb_commit_freq=10000 #frequency ms at which the provenance database is committed to disk. If set to 0 it will commit only at the end
0 commit comments