File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ image_boot: &image_boot
108
108
name : Test boot
109
109
command : |
110
110
set -x
111
+ free
112
+ cat /proc/meminfo
111
113
ls -lrt /dev/kvm* || true
112
114
# Add ssh keys to the image.
113
115
# TODO could this be integrated into linuxkit/mkimage-iso-*
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ proc boot_linuxkit {} {
27
27
# medium+ 3.0 6GB
28
28
# large 4.0 8GB (7680M)
29
29
# xlarge 8.0 16GB (15827M)
30
- spawn env {KUBE_RUN_ARGS=-publish 2222:22} KUBE_MEM=15872 KUBE_VCPUS=8 KUBE_DISK=8G KUBE_CLEAR_STATE=y KUBE_MASTER_UNTAINT=y ./boot.sh
30
+ spawn env {KUBE_RUN_ARGS=-publish 2222:22} KUBE_MEM=3584 KUBE_VCPUS=8 KUBE_DISK=8G KUBE_CLEAR_STATE=y KUBE_MASTER_UNTAINT=y ./boot.sh
31
31
set lk_sid $spawn_id
32
32
puts "INFO lk ($lk_sid) is pid [exp_pid -i $lk_sid]"
33
33
}
You can’t perform that action at this time.
0 commit comments