summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-23 15:58:43 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-23 15:58:43 +0200
commitc48566ead61cb7c7c0571167c75d78b7fb6aa759 (patch)
tree6f7f8b80f62922618772413c72c61b0c967e89e1
parentb48f7688f758921904fb6ef5185080d97c1e3920 (diff)
downloadvyos-1x-c48566ead61cb7c7c0571167c75d78b7fb6aa759.tar.gz
vyos-1x-c48566ead61cb7c7c0571167c75d78b7fb6aa759.zip
container: T2216: increase default memory limit to 512MB
-rw-r--r--interface-definitions/containers.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/containers.xml.in b/interface-definitions/containers.xml.in
index 39ef945a3..9c366b5f4 100644
--- a/interface-definitions/containers.xml.in
+++ b/interface-definitions/containers.xml.in
@@ -53,7 +53,7 @@
</leafNode>
<leafNode name="memory">
<properties>
- <help>Constrain the memory available to a container (default: 256MB)</help>
+ <help>Constrain the memory available to a container (default: 512MB)</help>
<valueHelp>
<format>u32:0</format>
<description>Unlimited</description>
@@ -67,7 +67,7 @@
</constraint>
<constraintErrorMessage>Container memory must be in range 0 to 16384 MB</constraintErrorMessage>
</properties>
- <defaultValue>256</defaultValue>
+ <defaultValue>512</defaultValue>
</leafNode>
<tagNode name="network">
<properties>