Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Yu <yuping@pingcap.com>
  • Loading branch information
pingyu committed Mar 3, 2024
1 parent b54817c commit 20b67dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cdc/tests/integration_tests/flow_control/config/workload
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Default data size: 1 KB records (10 fields, 100 bytes each, plus key)
# Request distribution: zipfian

recordcount=5000000
recordcount=2000000
workload=core

readallfields=true
Expand All @@ -35,4 +35,4 @@ insertproportion=0
requestdistribution=uniform

fieldcount=1
fieldlength=100
fieldlength=250
2 changes: 1 addition & 1 deletion cdc/tests/integration_tests/flow_control/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function run() {
cd $WORK_DIR

start_ts=$(get_start_ts $UP_PD)
go-ycsb load tikv -P $CUR/config/workload -p tikv.pd="$UP_PD" -p tikv.type="raw" -p tikv.apiversion=V2 --threads 100 # About 500MiB
go-ycsb load tikv -P $CUR/config/workload -p tikv.pd="$UP_PD" -p tikv.type="raw" -p tikv.apiversion=V2 --threads 200 # About 500MiB

cat - >"$WORK_DIR/tikv-cdc-config.toml" <<EOF
per-changefeed-memory-quota=10485760 #10M
Expand Down

0 comments on commit 20b67dd

Please sign in to comment.