s/uncomment and//
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@127 c26eb9a1-5813-0410-bd6c-c2e55f420ca71.1
parent
f9d9181c4f
commit
11462fe6cc
|
@ -21,7 +21,7 @@ xcache.admin.pass = ""
|
|||
; to disable: xcache.size=0
|
||||
; to enable : xcache.size=any size > 0 and your system mmap allows
|
||||
xcache.size = 0
|
||||
; uncomment and set to cpu count (cat /proc/cpuinfo |grep -c processor)
|
||||
; set to cpu count (cat /proc/cpuinfo |grep -c processor)
|
||||
xcache.count = 1
|
||||
; just a hash hints, you can always store count(items) > slots
|
||||
xcache.slots = 8K
|
||||
|
|
Loading…
Reference in New Issue