Skip to content

Commit 521e903

Browse files
committed
Return to 8GB RAM and 2 CPUs, rather than 16GB/3.
1 parent fdafe7a commit 521e903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Vagrantfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
hostname = 'kind'
55
tld = 'test'
6-
vm_ram = '16384'
7-
vm_cpus = '3'
6+
vm_ram = '8192'
7+
vm_cpus = '2'
88
vm_disksize = '200GB'
99
vm_host_ip = '192.168.61.10'
1010

0 commit comments

Comments
 (0)