diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-12 11:13:06 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-12 11:13:06 -0200 |
commit | f59cfb4ba8751fc529e5dd814f42d90900a892bf (patch) | |
tree | 9c41c83d35406e1b553233f355caced2e68a431c | |
parent | 9f0fe7de41595b956ba47f73948ca308e43fb277 (diff) | |
download | kvmx-f59cfb4ba8751fc529e5dd814f42d90900a892bf.tar.gz kvmx-f59cfb4ba8751fc529e5dd814f42d90900a892bf.tar.bz2 |
Adds default memory config at kvmx
-rw-r--r-- | kvmxfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -91,6 +91,9 @@ version="stretch" # Debian mirror mirror="http://http.debian.net/debian/" +# Memory +memory="2048" + # Enables remote administration using SSH. With this configuration enabled, # kvmx will be able to administer a running virtual machine using SSH access # inside the virtual machine. |