LXC-3: Raise the default memory to 512MB.
[nodemanager.git] / config_template.xml
index 59379ac..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>
@@ -18,6 +21,7 @@
     </filesystem>
     <interface type='network'>
       <source network='default'/>
+      <target dev='veth%xid'/>
     </interface>
     <console type='pty' />
   </devices>