Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
57 - 1
# Demo configuration 'smq' cache policy
2
#
3
# The stochastic multi-queue (smq) policy addresses some of the problems
4
# with the multiqueue (mq) policy and uses less memory.
5
#
6
 
7
allocation {
8
	cache_pool_chunk_size = 64
9
	cache_mode = "writethrough"
10
	cache_policy = "smq"
11
	cache_settings {
12
	        # currently no settins for "smq" policy
13
	}
14
}