aboutsummaryrefslogtreecommitdiff
path: root/config/odp-linux-generic.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/odp-linux-generic.conf')
-rw-r--r--config/odp-linux-generic.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/odp-linux-generic.conf b/config/odp-linux-generic.conf
index 8a1eddbd9..e00e4a518 100644
--- a/config/odp-linux-generic.conf
+++ b/config/odp-linux-generic.conf
@@ -16,7 +16,7 @@
# Mandatory fields
odp_implementation = "linux-generic"
-config_file_version = "0.1.5"
+config_file_version = "0.1.6"
# Shared memory options
shm: {
@@ -39,10 +39,6 @@ shm: {
# reservations are done using normal pages to conserve memory.
huge_page_limit_kb = 64
- # Allocate internal shared memory using a single virtual address space.
- # Set to 1 to enable using process mode.
- single_va = 0
-
# Amount of memory pre-reserved for ODP_SHM_SINGLE_VA usage in kilobytes
single_va_size_kb = 131072
}