Skip to content

Commit

Permalink
refine local compute context
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Nov 28, 2023
1 parent 679413a commit b14e034
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/batch/src/task/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ impl ComputeNodeContext {
batch_metrics: None,
cur_mem_val: Arc::new(0.into()),
last_mem_val: Arc::new(0.into()),
// Leave it for now, it should be None
mem_context: MemoryContext::root(LabelGuardedIntGauge::<4>::test_int_gauge()),
mem_context: MemoryContext::none(),
}
}

Expand Down

0 comments on commit b14e034

Please sign in to comment.