Set default rdma_max_recv/send to 16/8, fix documentation

This commit is contained in:
Vitaliy Filippov
2023-02-28 11:00:56 +03:00
parent 1e307069bc
commit 14d6acbcba
7 changed files with 94 additions and 33 deletions
+2 -2
View File
@@ -70,8 +70,8 @@ const etcd_tree = {
rdma_gid_index: 0,
rdma_mtu: 4096,
rdma_max_sge: 128,
rdma_max_send: 64,
rdma_max_recv: 128,
rdma_max_send: 8,
rdma_max_recv: 16,
rdma_max_msg: 132096,
log_level: 0,
block_size: 131072,