From d24b7ac1bc62741eeab528705889f9014dcb5d71 Mon Sep 17 00:00:00 2001 From: Tim Woodall Date: Thu, 9 Sep 2004 21:51:01 +0000 Subject: [PATCH] increase cache size to a reasonable level This commit was SVN r2574. --- src/mca/ptl/tcp/src/ptl_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mca/ptl/tcp/src/ptl_tcp.c b/src/mca/ptl/tcp/src/ptl_tcp.c index 3012053937..dca9f6c6a7 100644 --- a/src/mca/ptl/tcp/src/ptl_tcp.c +++ b/src/mca/ptl/tcp/src/ptl_tcp.c @@ -24,7 +24,7 @@ mca_ptl_tcp_module_t mca_ptl_tcp_module = { { &mca_ptl_tcp_component.super, - 1, /* max size of request cache */ + 16, /* max size of request cache */ sizeof(mca_ptl_tcp_send_frag_t), /* bytes required by ptl for a request */ 0, /* max size of first fragment */ 0, /* min fragment size */