From 6ab9a7bff148483f408da98aa685a662c087f20b Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Wed, 11 Jun 2014 11:26:10 -0400 Subject: [PATCH] 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 32850f63..5707c032 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 ### ************