We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdafe7a commit 521e903Copy full SHA for 521e903
Vagrantfile
@@ -3,8 +3,8 @@
3
4
hostname = 'kind'
5
tld = 'test'
6
-vm_ram = '16384'
7
-vm_cpus = '3'
+vm_ram = '8192'
+vm_cpus = '2'
8
vm_disksize = '200GB'
9
vm_host_ip = '192.168.61.10'
10
0 commit comments