From 86164a9f51911a506c08fa67692230f6e3aabb5a Mon Sep 17 00:00:00 2001 From: villadalmine Date: Tue, 6 Dec 2016 17:07:17 +0100 Subject: [PATCH] reduce resource reduce vm memory size and cpu --- comanage-appliance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comanage-appliance.json b/comanage-appliance.json index 00e18dc..2f0a541 100644 --- a/comanage-appliance.json +++ b/comanage-appliance.json @@ -4,8 +4,8 @@ "variables": { "profile": "xfs", "disk_size": "20000", - "memory": "6122", - "cpus": "2", + "memory": "2048", + "cpus": "1", "ssh_username": "centos", "ssh_password": "centos", "region": "us-west-1",