From: Julien Moutinho Date: Thu, 28 Nov 2013 13:23:20 +0000 (+0100) Subject: Modification : RAM : 2048M -> 3072M. X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=44d2fc13d2283e6b638e8db2ae8620e0e2ea7f68 Modification : RAM : 2048M -> 3072M. --- 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