How can I set memory capacity of each TIKV?

228 Views Asked by At

How can I set the capacity of a TIKV instance? Lets say I have 2 TIKV instances and I want them to consume 200GB of storage (each 100GB).

1

There are 1 best solutions below

0
On

TiKV checks the amount of free disk space to determine the storage capacity. If needed you can use the --capacity commandline flag to set a different capacity if needed.