Skip to content

Commit f746823

Browse files
committed
Increase default compactor to handle bigger tenants
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 56eaa52 commit f746823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex/tsdb-config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
cortex_store_gateway_data_disk_class: 'standard',
1414

1515
// Allow to configure the compactor disk.
16-
cortex_compactor_data_disk_size: '250Gi',
16+
cortex_compactor_data_disk_size: '500Gi',
1717
cortex_compactor_data_disk_class: 'fast',
1818

1919
// Allow to fine tune compactor.

0 commit comments

Comments
 (0)