example ini for xcache.shm_scheme
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@162 c26eb9a1-5813-0410-bd6c-c2e55f420ca71.2
parent
8fbf5d2440
commit
c9401d2b31
|
@ -18,6 +18,9 @@ xcache.admin.pass = ""
|
|||
|
||||
[xcache]
|
||||
; ini only settings, all the values here is default unless explained
|
||||
|
||||
; select low level shm/allocator scheme implemenation
|
||||
xcache.shm_scheme = "mmap"
|
||||
; to disable: xcache.size=0
|
||||
; to enable : xcache.size=any size > 0 and your system mmap allows
|
||||
xcache.size = 0
|
||||
|
|
Loading…
Reference in New Issue