summaryrefslogtreecommitdiff
path: root/interface-definitions/include
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/include')
-rw-r--r--interface-definitions/include/vpp_host_resources.xml.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/include/vpp_host_resources.xml.i b/interface-definitions/include/vpp_host_resources.xml.i
index 6fee0f2f3..1706c8c87 100644
--- a/interface-definitions/include/vpp_host_resources.xml.i
+++ b/interface-definitions/include/vpp_host_resources.xml.i
@@ -8,14 +8,14 @@
<properties>
<help>Maximum number of memory map areas a process may have</help>
<valueHelp>
- <format>u32:0-65535</format>
+ <format>u32:65535-2147483647</format>
<description>Areas count</description>
</valueHelp>
<constraint>
- <validator name="numeric" argument="--range 0-65535"/>
+ <validator name="numeric" argument="--range 65535-2147483647"/>
</constraint>
</properties>
- <defaultValue>4096</defaultValue>
+ <defaultValue>65535</defaultValue>
</leafNode>
<leafNode name="shmmax">
<properties>