Merge pull request #9806 from spzala/master

Check: correct the memory limit
release-3.4
Xiang Li 2018-06-05 13:19:46 -07:00 committed by GitHub
commit 94f2e450dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},