LXC-3: Raise the default memory to 512MB.
[nodemanager.git] / config_template.xml
index a4d6152..00e9651 100644 (file)
@@ -1,10 +1,13 @@
 <domain type='lxc'>
   <name>$name</name>
-  <memory>32768</memory>
+  <memory>524288</memory>
   <os>
     <type>exe</type>
     <init>/sbin/init</init>
   </os>
+  <features>
+    <acpi />
+  </features>
   <vcpu>1</vcpu>
   <clock offset='utc'/>
   <on_poweroff>destroy</on_poweroff>