You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cl...@apache.org on 2019/11/25 20:24:26 UTC

[qpid-proton] branch master updated: PROTON-2146: reduce memory per connection for lightly loaded connections

This is an automated email from the ASF dual-hosted git repository.

cliffjansen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new b53246c  PROTON-2146: reduce memory per connection for lightly loaded connections
b53246c is described below

commit b53246cacf63f60745fa0a6fa7b50e5545fd23ec
Author: Cliff Jansen <cl...@apache.org>
AuthorDate: Mon Nov 25 12:22:37 2019 -0800

    PROTON-2146: reduce memory per connection for lightly loaded connections
---
 c/src/core/engine-internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/src/core/engine-internal.h b/c/src/core/engine-internal.h
index 1fd23bb..a115b1a 100644
--- a/c/src/core/engine-internal.h
+++ b/c/src/core/engine-internal.h
@@ -178,7 +178,7 @@ struct pn_transport_t {
   uint64_t input_frames_ct;
 
   /* output buffered for send */
-  #define PN_TRANSPORT_INITIAL_BUFFER_SIZE (16*1024)
+  #define PN_TRANSPORT_INITIAL_BUFFER_SIZE (8*1024)
   size_t output_size;
   size_t output_pending;
   char *output_buf;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org