Skip to content

Commit

Permalink
Merge pull request #9806 from spzala/master
Browse files Browse the repository at this point in the history
Check: correct the memory limit
  • Loading branch information
xiang90 committed Jun 5, 2018
2 parents 438e675 + eff8166 commit 94f2e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etcdctl/ctlv3/command/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var checkDatascaleCfgMap = map[string]checkDatascaleCfg{
},
"xl": {
// xl tries to hit the upper bound aggressively which is 3 versions of 1M objects (3M in total)
limit: 30000000,
limit: 3000000,
kvSize: 1024,
clients: 1000,
},
Expand Down

0 comments on commit 94f2e45

Please sign in to comment.