Skip to content

Commit ebf88b3

Browse files
Remove increased memory used to debug test failures
Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
1 parent e0c3584 commit ebf88b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/runner/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ const QEMU_ARGS: &[&str] = &[
88
"-display",
99
"none",
1010
"--no-reboot",
11-
"-m",
12-
"size=2048",
1311
];
1412

1513
pub fn run_test_kernel(kernel_binary_path: &str, ramdisk_path: Option<&str>) {

0 commit comments

Comments
 (0)