blob: ad7fa9e04fa18581cfac0afd0808c526f98c6fc0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<IfDefine MEM_CACHE>
# 128MB cache for objects < 2MB
CacheEnable mem /
MCacheSize 131072
MCacheMaxObjectCount 1000
MCacheMinObjectSize 1
MCacheMaxObjectSize 2048
</IfDefine>
# vim: ts=4 filetype=apache
|