Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Demo configuration for 'VDO' using less memory.
2
# ~lvmconfig --type full | grep vdo
3
 
4
allocation {
5
	vdo_use_compression=1
6
	vdo_use_deduplication=1
7
	vdo_use_metadata_hints=1
8
	vdo_minimum_io_size=4096
9
	vdo_block_map_cache_size_mb=128
10
	vdo_block_map_period=16380
11
	vdo_check_point_frequency=0
12
	vdo_use_sparse_index=0
13
	vdo_index_memory_size_mb=256
14
	vdo_slab_size_mb=2048
15
	vdo_ack_threads=1
16
	vdo_bio_threads=1
17
	vdo_bio_rotation=64
18
	vdo_cpu_threads=2
19
	vdo_hash_zone_threads=1
20
	vdo_logical_threads=1
21
	vdo_physical_threads=1
22
	vdo_write_policy="auto"
23
	vdo_max_discard=1
24
}