reduce memory usage of polipo

This commit is contained in:
Nathan Freitas 2014-06-11 11:26:10 -04:00
parent b26b9d4739
commit 6ab9a7bff1
1 changed files with 3 additions and 3 deletions

View File

@ -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
### ************