update the config files
parent
f7142f79b5
commit
e6eb494ce1
|
@ -91,3 +91,17 @@ protobuf_port = 60502
|
|||
duration = "24h"
|
||||
split = 1
|
||||
# split-random = "/^Hf.*/"
|
||||
|
||||
[wal]
|
||||
|
||||
dir = "/tmp/influxdb/test/1/wal"
|
||||
flush-after = 1000 # the number of writes after which wal will be flushed, 0 for flushing on every write
|
||||
bookmark-after = 1000 # the number of writes after which a bookmark will be created
|
||||
|
||||
# the number of writes after which an index entry is created pointing
|
||||
# to the offset of the first request, default to 1k
|
||||
index-after = 1000
|
||||
|
||||
# the number of requests per one log file, if new requests came in a
|
||||
# new log file will be created
|
||||
requests-per-logfile = 10000
|
||||
|
|
|
@ -89,3 +89,17 @@ protobuf_port = 60508
|
|||
duration = "24h"
|
||||
split = 1
|
||||
# split-random = "/^Hf.*/"
|
||||
|
||||
[wal]
|
||||
|
||||
dir = "/tmp/influxdb/test/2/wal"
|
||||
flush-after = 1000 # the number of writes after which wal will be flushed, 0 for flushing on every write
|
||||
bookmark-after = 1000 # the number of writes after which a bookmark will be created
|
||||
|
||||
# the number of writes after which an index entry is created pointing
|
||||
# to the offset of the first request, default to 1k
|
||||
index-after = 1000
|
||||
|
||||
# the number of requests per one log file, if new requests came in a
|
||||
# new log file will be created
|
||||
requests-per-logfile = 10000
|
||||
|
|
|
@ -89,3 +89,17 @@ protobuf_port = 60512
|
|||
duration = "24h"
|
||||
split = 1
|
||||
# split-random = "/^Hf.*/"
|
||||
|
||||
[wal]
|
||||
|
||||
dir = "/tmp/influxdb/test/3/wal"
|
||||
flush-after = 1000 # the number of writes after which wal will be flushed, 0 for flushing on every write
|
||||
bookmark-after = 1000 # the number of writes after which a bookmark will be created
|
||||
|
||||
# the number of writes after which an index entry is created pointing
|
||||
# to the offset of the first request, default to 1k
|
||||
index-after = 1000
|
||||
|
||||
# the number of requests per one log file, if new requests came in a
|
||||
# new log file will be created
|
||||
requests-per-logfile = 10000
|
||||
|
|
Loading…
Reference in New Issue