mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
reduce the core number in our test case
This commit is contained in:
parent
13825b6cfb
commit
fcc58a1505
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ $(NAME).elf: $(OBJS)
|
|||
|
||||
qemu:
|
||||
@echo "Do you already start netcat (nc -l 4555)?"
|
||||
$(QEMU) -smp 10 -m 4G -kernel $(NAME).elf -initrd ../../../usr/benchmarks/stream \
|
||||
$(QEMU) -smp 4 -m 4G -kernel $(NAME).elf -initrd ../../../usr/benchmarks/stream \
|
||||
-net nic,model=rtl8139 -net user -net dump \
|
||||
-chardev socket,host=127.0.0.1,port=4555,id=gnc0 \
|
||||
-device pci-serial,chardev=gnc0 \
|
||||
|
|
Loading…
Add table
Reference in a new issue