From 323b81d2806666b1ce44622f82b7cacbcf5a82a9 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Wed, 11 Sep 2013 11:56:09 -0700 Subject: [PATCH] mpxyd: reduce default proxy buffer and max message size Signed-off-by: Arlin Davis --- doc/mpxyd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mpxyd.conf b/doc/mpxyd.conf index f2a9854..7d80860 100644 --- a/doc/mpxyd.conf +++ b/doc/mpxyd.conf @@ -78,9 +78,9 @@ mcm_depth 500 mcm_signal_rate 100 # max_message_mb: -# Specifies the maximum message size. The default is 64 (MB). +# Specifies the maximum message size. The default is 16 (MB). -max_message_mb 64 +max_message_mb 16 # buffer_pool_shared: # Specifies if the pre-allocated and pinned buffer is shared between @@ -93,7 +93,7 @@ buffer_pool_shared 1 # RDMA proxy services. Per client or per connection depending on the setting # of "buffer_pool_shared". Recommend to increase the size if shared. -buffer_pool_mb 128 +buffer_pool_mb 64 # buffer_segment_size: # Specifies the segment size of large DMA transfers. Default is 256KB. -- 2.46.0