[or-cvs] r21701: {torbrowser} polipo memory to 2^26, remove diskcache from makefile. (torbrowser/trunk/build-scripts/config)

Andrew Lewman andrew at torproject.org
Fri Feb 19 02:35:12 UTC 2010


Author: phobos
Date: 2010-02-19 02:35:11 +0000 (Fri, 19 Feb 2010)
New Revision: 21701

Modified:
   torbrowser/trunk/build-scripts/config/polipo-Makefile
   torbrowser/trunk/build-scripts/config/polipo.conf
Log:
polipo memory to 2^26, remove diskcache from makefile.


Modified: torbrowser/trunk/build-scripts/config/polipo-Makefile
===================================================================
--- torbrowser/trunk/build-scripts/config/polipo-Makefile	2010-02-18 21:46:39 UTC (rev 21700)
+++ torbrowser/trunk/build-scripts/config/polipo-Makefile	2010-02-19 02:35:11 UTC (rev 21701)
@@ -41,7 +41,7 @@
 # LDLIBS = -lwsock32
 
 FILE_DEFINES = -DLOCAL_ROOT=\"$(LOCAL_ROOT)/\" \
-               -DDISK_CACHE_ROOT=\"$(DISK_CACHE_ROOT)/\"
+               -DNO_DISK_CACHE
 
 # You may optionally also add any of the following to DEFINES:
 #

Modified: torbrowser/trunk/build-scripts/config/polipo.conf
===================================================================
--- torbrowser/trunk/build-scripts/config/polipo.conf	2010-02-18 21:46:39 UTC (rev 21700)
+++ torbrowser/trunk/build-scripts/config/polipo.conf	2010-02-19 02:35:11 UTC (rev 21701)
@@ -52,7 +52,7 @@
 # chunkHighMark = 50331648
 # objectHighMark = 16384
 
-chunkHighMark = 33554432
+chunkHighMark = 67108864
 
 ### On-disk data
 ### ************



More information about the tor-commits mailing list