[tor-commits] [orbot/master] reduce memory usage of polipo

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Jun 11 15:28:00 UTC 2014


commit 6ab9a7bff148483f408da98aa685a662c087f20b
Author: Nathan Freitas <nathan at freitas.net>
Date:   Wed Jun 11 11:26:10 2014 -0400

    reduce memory usage of polipo
---
 res/raw/torpolipo.conf |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/res/raw/torpolipo.conf b/res/raw/torpolipo.conf
index 32850f6..5707c03 100644
--- a/res/raw/torpolipo.conf
+++ b/res/raw/torpolipo.conf
@@ -44,15 +44,15 @@ socksProxyType = socks5
 # Uncomment this if you want Polipo to use a ridiculously small amount
 # of memory (a hundred C-64 worth or so):
 
-# chunkHighMark = 819200
-# objectHighMark = 128
+chunkHighMark = 819200
+objectHighMark = 128
 
 # Uncomment this if you've got plenty of memory:
 
 # chunkHighMark = 50331648
 # objectHighMark = 16384
 
-chunkHighMark = 67108864
+#chunkHighMark = 67108864
 
 ### On-disk data
 ### ************





More information about the tor-commits mailing list