[vte] [ring] Reduce free chunks from 10 to 4



commit 1972a3614be3f7453a13a48d0ab7013a23d83f09
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Sep 8 02:24:42 2009 -0400

    [ring] Reduce free chunks from 10 to 4

 src/ring.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ring.c b/src/ring.c
index 8f1d169..502a2ac 100644
--- a/src/ring.c
+++ b/src/ring.c
@@ -28,7 +28,7 @@
 
 
 #define VTE_POOL_BYTES	(1024*1024 - 4 * sizeof (void *)) /* hopefully we get some nice mmapped region */
-#define VTE_RING_CHUNK_COMPACT_MAX_FREE		10
+#define VTE_RING_CHUNK_COMPACT_MAX_FREE		4
 
 
 /*



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]