reduce memory usage of polipo
This commit is contained in:
parent
b26b9d4739
commit
6ab9a7bff1
|
@ -44,15 +44,15 @@ socksProxyType = socks5
|
||||||
# Uncomment this if you want Polipo to use a ridiculously small amount
|
# Uncomment this if you want Polipo to use a ridiculously small amount
|
||||||
# of memory (a hundred C-64 worth or so):
|
# of memory (a hundred C-64 worth or so):
|
||||||
|
|
||||||
# chunkHighMark = 819200
|
chunkHighMark = 819200
|
||||||
# objectHighMark = 128
|
objectHighMark = 128
|
||||||
|
|
||||||
# Uncomment this if you've got plenty of memory:
|
# Uncomment this if you've got plenty of memory:
|
||||||
|
|
||||||
# chunkHighMark = 50331648
|
# chunkHighMark = 50331648
|
||||||
# objectHighMark = 16384
|
# objectHighMark = 16384
|
||||||
|
|
||||||
chunkHighMark = 67108864
|
#chunkHighMark = 67108864
|
||||||
|
|
||||||
### On-disk data
|
### On-disk data
|
||||||
### ************
|
### ************
|
||||||
|
|
Loading…
Reference in New Issue