From c9401d2b319cbd1690d2870f5a24aac779f69ede Mon Sep 17 00:00:00 2001 From: Xuefer Date: Wed, 13 Sep 2006 11:59:57 +0000 Subject: [PATCH] example ini for xcache.shm_scheme git-svn-id: svn://svn.lighttpd.net/xcache/trunk@162 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xcache.ini b/xcache.ini index 8c91913..4ca380e 100644 --- a/xcache.ini +++ b/xcache.ini @@ -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