aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/test/process-mode.conf
blob: a86562f6ed9bf8e60fefad27baf643508b2907b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Mandatory fields
odp_implementation = "linux-generic"
config_file_version = "0.1.4"

# Shared memory options
shm: {
	# Override default option and allocate internal shms using single
	# virtual address space.
	single_va = 1

 	# Increase the amount of single VA memory
	single_va_size_kb = 1048576
}