Skip to content

Commit a02028c

Browse files
increase memory for ukify
1 parent 597d7ac commit a02028c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/xtask/src/tmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ pub(crate) fn run_tmt(sh: &Shell, args: &RunTmtArgs) -> Result<()> {
754754

755755
println!("num_cpu: {num_cpu}");
756756

757-
let (vm_cpu, vm_mem) = (1, 1024);
757+
let (vm_cpu, vm_mem) = (1, 2048);
758758

759759
// Leave 1 cpu for the host
760760
// If there's only 1 cpu (unlikely), then we only run 1 VM

0 commit comments

Comments
 (0)