From 44d2fc13d2283e6b638e8db2ae8620e0e2ea7f68 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Thu, 28 Nov 2013 14:23:20 +0100 Subject: [PATCH] Modification : RAM : 2048M -> 3072M. --- host/xen-vm-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/xen-vm-configure b/host/xen-vm-configure index 3350e21..9192062 100755 --- a/host/xen-vm-configure +++ b/host/xen-vm-configure @@ -9,7 +9,7 @@ sudo install -m 644 -u root -g root /dev/stdin \ import os, re name = "$local_fqdn" arch = os.uname()[4] - memory = 2048 + memory = 3072 vcpus = 1 pae = 1 acpi = 1 -- 2.20.1