]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
mpxyd: reduce default proxy buffer and max message size
authorArlin Davis <arlin.r.davis@intel.com>
Wed, 11 Sep 2013 18:56:09 +0000 (11:56 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Wed, 11 Sep 2013 18:56:09 +0000 (11:56 -0700)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
doc/mpxyd.conf

index f2a98542c745f3ab7a5c7c8018b2c2210c03de9e..7d8086095263165ce206e3224d206a1a038f2a50 100644 (file)
@@ -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.