Skip to content

Commit

Permalink
increase memory for s10 vmops smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Jun 28, 2023
1 parent 197e5ae commit 501e98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/tests/s10_benchmarks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn s10_vmops_benchmark() {
.cmd(kernel_cmdline.as_str());

if cfg!(feature = "smoke") {
cmdline = cmdline.memory(10 * 1024);
cmdline = cmdline.memory(16 * 1024);
} else {
cmdline = cmdline.memory(48 * 1024);
}
Expand Down

0 comments on commit 501e98e

Please sign in to comment.