LXC-3: Raise the default memory to 512MB.
authorMarco Yuen <marcoy@cs.princeton.edu>
Mon, 7 May 2012 14:11:55 +0000 (10:11 -0400)
committerMarco Yuen <marcoy@cs.princeton.edu>
Mon, 7 May 2012 14:11:55 +0000 (10:11 -0400)
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>