Skip to content

Commit

Permalink
Use faster disks for compactor (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg authored May 24, 2023
1 parent dd7c510 commit c311bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## master / unreleased

* [CHANGE] Use faster disks for compactor
* [CHANGE] Enables query-scheduler by default
* [CHANGE] Enables bucket-index by default

Expand Down
2 changes: 1 addition & 1 deletion cortex/tsdb-config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Allow to configure the compactor disk.
cortex_compactor_data_disk_size: '250Gi',
cortex_compactor_data_disk_class: 'standard',
cortex_compactor_data_disk_class: 'fast',

// Allow to fine tune compactor.
cortex_compactor_max_concurrency: 1,
Expand Down

0 comments on commit c311bca

Please sign in to comment.