mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci] Add desc comments for GetDiskCount (#9340)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
5f309f64ee
commit
434c587c4e
@ -73,6 +73,7 @@ func GetUsedMemoryCount() uint64 {
|
||||
}
|
||||
|
||||
// TODO(dragondriver): not accurate to calculate disk usage when we use distributed storage
|
||||
// GetDiskCount returns the disk count in bytes.
|
||||
func GetDiskCount() uint64 {
|
||||
return 100 * 1024 * 1024
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user