From c36022311385b4c59a6842a94e5ced1bf7fa27a2 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Tue, 6 Sep 2016 10:31:16 -0400 Subject: [PATCH] Lowering requirements/suggestions for VM --- shibboleth-appliance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shibboleth-appliance.json b/shibboleth-appliance.json index 873f19c..13777c1 100644 --- a/shibboleth-appliance.json +++ b/shibboleth-appliance.json @@ -4,8 +4,8 @@ "variables": { "profile": "xfs", "disk_size": "8192", - "memory": "6122", - "cpus": "2", + "memory": "2048", + "cpus": "1", "guest_os_type": "RedHat_64", "ssh_username": "centos", "ssh_password": "centos",