mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #9806 from spzala/master
Check: correct the memory limit
This commit is contained in:
commit
94f2e450dd
@ -96,7 +96,7 @@ var checkDatascaleCfgMap = map[string]checkDatascaleCfg{
|
|||||||
},
|
},
|
||||||
"xl": {
|
"xl": {
|
||||||
// xl tries to hit the upper bound aggressively which is 3 versions of 1M objects (3M in total)
|
// xl tries to hit the upper bound aggressively which is 3 versions of 1M objects (3M in total)
|
||||||
limit: 30000000,
|
limit: 3000000,
|
||||||
kvSize: 1024,
|
kvSize: 1024,
|
||||||
clients: 1000,
|
clients: 1000,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user