Skip to content
Snippets Groups Projects
Commit f7e2b939 authored by Sören Henning's avatar Sören Henning
Browse files

Fix max. records per load generator defaults

parent be995f12
No related branches found
No related tags found
No related merge requests found
Pipeline #4156 passed
......@@ -22,7 +22,7 @@ loadTypes:
- type: NumSensorsLoadGeneratorReplicaPatcher
resource: "uc1-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "15000"
loadGenMaxRecords: "150000"
kafkaConfig:
bootstrapServer: "theodolite-cp-kafka:9092"
topics:
......
......@@ -23,7 +23,7 @@ loadTypes:
- type: NumSensorsLoadGeneratorReplicaPatcher
resource: "uc2-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "15000"
loadGenMaxRecords: "150000"
kafkaConfig:
bootstrapServer: "theodolite-cp-kafka:9092"
topics:
......
......@@ -23,7 +23,7 @@ loadTypes:
- type: NumSensorsLoadGeneratorReplicaPatcher
resource: "uc3-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "15000"
loadGenMaxRecords: "150000"
kafkaConfig:
bootstrapServer: "theodolite-cp-kafka:9092"
topics:
......
......@@ -23,7 +23,7 @@ loadTypes:
- type: "NumNestedGroupsLoadGeneratorReplicaPatcher"
resource: "uc4-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "15000"
loadGenMaxRecords: "150000"
numSensors: "4.0"
kafkaConfig:
bootstrapServer: "theodolite-cp-kafka:9092"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment