Skip to content

Commit

Permalink
Increase memory due to booting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
t13a committed May 16, 2020
1 parent 258ca34 commit 09b0b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export SSH_KEY_PUB := $(SSH_KEY).pub
export SSH_FORWARD_PORT := 2222

export QEMU_SMP := 1
export QEMU_MEM := 512
export QEMU_MEM := 1024
export QEMU_NAME := $(ISO_NAME)
export QEMU_NIC := user,hostfwd=tcp::$(SSH_FORWARD_PORT)-:22
export QEMU_SERIAL_SOCKET := /run/qemu-serial@$(QEMU_NAME).socket
Expand Down

0 comments on commit 09b0b60

Please sign in to comment.