Skip to content

Commit 7a6924c

Browse files
author
Ian Campbell
committed
Use less memory
Signed-off-by: Ian Campbell <[email protected]>
1 parent 9b2ee01 commit 7a6924c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ image_boot: &image_boot
108108
name: Test boot
109109
command: |
110110
set -x
111+
free
112+
cat /proc/meminfo
111113
ls -lrt /dev/kvm* || true
112114
# Add ssh keys to the image.
113115
# TODO could this be integrated into linuxkit/mkimage-iso-*

test.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ proc boot_linuxkit {} {
2727
# medium+ 3.0 6GB
2828
# large 4.0 8GB (7680M)
2929
# 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
3131
set lk_sid $spawn_id
3232
puts "INFO lk ($lk_sid) is pid [exp_pid -i $lk_sid]"
3333
}

0 commit comments

Comments
 (0)