summaryrefslogtreecommitdiff
path: root/conf/cache-smq.profile
blob: c457481e9ec3f8af8059dab0baa2d69446c6091d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Demo configuration 'smq' cache policy
#
# The stochastic multi-queue (smq) policy addresses some of the problems
# with the multiqueue (mq) policy and uses less memory.
#

allocation {
	cache_pool_chunk_size = 64
	cache_mode = "writethrough"
	cache_policy = "smq"
	cache_settings {
	        # currently no settings for "smq" policy
	}
}