mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
It is a bad idea to have a smaller CQ than recv. Queue
This commit is contained in:
parent
d9080fa1db
commit
3f58359ce4
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ nodes = {
|
|||
address = "10.0.0.2:1337",
|
||||
|
||||
max_wrs = 8192,
|
||||
cq_size = 2048,
|
||||
cq_size = 8192,
|
||||
|
||||
vectorize = 64,
|
||||
vectorize = 1,
|
||||
|
||||
poll_mode = "BUSY",
|
||||
buffer_subtraction = 128,
|
||||
|
@ -29,7 +29,7 @@ nodes = {
|
|||
max_wrs = 8192,
|
||||
cq_size = 256,
|
||||
|
||||
vectorize = 64,
|
||||
vectorize = 1,
|
||||
|
||||
send_inline = 1,
|
||||
max_inline_data = 60,
|
||||
|
|
Loading…
Add table
Reference in a new issue