From 521e90377b4e4f78666e4fe5c80fb1854807eeb5 Mon Sep 17 00:00:00 2001 From: Jesse Adelman Date: Thu, 23 Dec 2021 19:10:38 -0500 Subject: [PATCH] Return to 8GB RAM and 2 CPUs, rather than 16GB/3. --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 333b4be..b464a5a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,8 +3,8 @@ hostname = 'kind' tld = 'test' -vm_ram = '16384' -vm_cpus = '3' +vm_ram = '8192' +vm_cpus = '2' vm_disksize = '200GB' vm_host_ip = '192.168.61.10'