From 007f1c4b75a8490b2d032cf76f55809bfd474759 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sat, 17 Jan 2009 15:31:19 +0100 Subject: [PATCH] =?UTF-8?q?[xen/munin]=20Un=20peu=20plus=20de=20m=C3=A9moi?= =?UTF-8?q?re=20pour=20munin...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20090117143119-ffbb2-29b789116c082d511f8e53b659f813748c0c60df.gz --- Cfg/etc/xen/munin/munin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cfg/etc/xen/munin/munin b/Cfg/etc/xen/munin/munin index 958aa74..e3afadd 100644 --- a/Cfg/etc/xen/munin/munin +++ b/Cfg/etc/xen/munin/munin @@ -4,6 +4,8 @@ execfile("/etc/xen/common.py") name = "munin" +memory = 512 + disk = [ vol(name, "slash", "hda"), vol(name, "swap", "hdb") ]