Skip to content

Commit d94d37a

Browse files
committed
Fix unit test
1 parent c34966c commit d94d37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickwit/quickwit-config/src/node_config/serialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ mod tests {
686686
max_num_retries: 2
687687
}),
688688
warmup_memory_budget: ByteSize::gb(100),
689-
warmup_single_split_initial_allocation: ByteSize::gb(1),
689+
warmup_single_split_initial_allocation: ByteSize::mb(300),
690690
lambda: Some(LambdaConfig {
691691
function_name: "quickwit-lambda-leaf-search".to_string(),
692692
max_splits_per_invocation: NonZeroUsize::new(10).unwrap(),

0 commit comments

Comments
 (0)