Be more precise about amount of RAM we can have in KVM

parent 18305acf
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
"type": "integer", "type": "integer",
"default": 1024, "default": 1024,
"minimum": 128, "minimum": 128,
"divisibleBy": 128,
"maximum": 16384 "maximum": 16384
}, },
"disk-size": { "disk-size": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment