Skip to content

Commit 4daa5a1

Browse files
committed
ci: debug
Signed-off-by: Ray Lee <hburaylee@gmail.com>
1 parent bec8e4e commit 4daa5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def qemu_run(vmlinux_path):
120120
'-nographic',
121121
'-no-reboot',
122122
'-append', 'console=ttyS0',
123-
'-m', '1G',
123+
'-m', '4G',
124124
'-smp', '1',
125125
'-qmp', 'unix:/tmp/qmp.sock,server,nowait',
126126
'-monitor', 'unix:/tmp/mon.sock,server,nowait'

0 commit comments

Comments
 (0)