Skip to content

Commit

Permalink
Update src/metric_engine/src/config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 authored Dec 25, 2024
1 parent 88b3dd6 commit 9b81345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metric_engine/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl Default for SchedulerConfig {
Self {
schedule_interval: ReadableDuration::secs(10),
max_pending_compaction_tasks: 10,
memory_limit: ReadableSize::gb(20_u64),
memory_limit: ReadableSize::gb(2_u64),
ttl: None,
new_sst_max_size: ReadableSize::gb(1_u64),
input_sst_max_num: 30,
Expand Down

0 comments on commit 9b81345

Please sign in to comment.