File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8282 run : brew install iperf3 jq
8383 - name : " Lima: vm1: prepare"
8484 run : |
85- limactl start --name=vm1 --set '.cpus=1 | .memory = "1GiB"' -- tty=false ./test/vmnet.yaml
85+ limactl start --name=vm1 --tty=false ./test/vmnet.yaml
8686 limactl shell vm1 ip a
8787 - name : " Lima: vm1: set up iperf3"
8888 run : |
9999 run : tail -n500 ~/.lima/vm1/*.log
100100 - name : " Lima: vm2: prepare"
101101 run : |
102- limactl start --name=vm2 --set '.cpus=1 | .memory = "1GiB"' --tty=false ./test/vmnet.yaml
102+ limactl start --name=vm2 --tty=false ./test/vmnet.yaml
103103 limactl shell vm2 ip a
104104 - name : " Lima: vm2: set up iperf3"
105105 run : |
Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ mounts:
1818- location : " ~"
1919- location : " /tmp/lima"
2020 writable : true
21+ memory : " 1g"
22+ cpus : 1
2123networks :
2224- lima : shared
You can’t perform that action at this time.
0 commit comments