Mooncake storage register local buffer by chunk (#7416) (#7540)

This commit is contained in:
jc
2026-04-22 10:46:57 +08:00
committed by GitHub
parent 13034ef0ca
commit d5518463ce
3 changed files with 66 additions and 13 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ pip install ./dist/fastdeploy*.whl
"metadata_server": "http://0.0.0.0:15002/metadata",
"master_server_addr": "0.0.0.0:15001",
"global_segment_size": 1000000000,
"local_buffer_size": 134217728,
"local_buffer_size": 1048576,
"protocol": "rdma",
"rdma_devices": ""
}