Skip to content

Commit f5d602a

Browse files
authored
Set compactor debug flag max to 4 (#789)
1 parent aaf7784 commit f5d602a

File tree

2 files changed

+2
-2
lines changed
  • magefiles
  • resources/services/rhobs-thanos-operator/production

2 files changed

+2
-2
lines changed

magefiles/cr.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ func compactTempProduction() []runtime.Object {
903903
DebugConfig: &v1alpha1.DebugConfig{
904904
AcceptMalformedIndex: ptr.To(true),
905905
HaltOnError: ptr.To(true),
906-
MaxCompactionLevel: ptr.To(int32(10000)),
906+
MaxCompactionLevel: ptr.To(int32(4)),
907907
},
908908
StorageSize: v1alpha1.StorageSize("500Gi"),
909909
FeatureGates: &v1alpha1.FeatureGates{

resources/services/rhobs-thanos-operator/production/rhobs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ objects:
108108
debugConfig:
109109
acceptMalformedIndex: true
110110
haltOnError: true
111-
maxCompactionLevel: 10000
111+
maxCompactionLevel: 4
112112
downsamplingConfig:
113113
downsamplingConcurrency: 1
114114
downsamplingEnabled: false

0 commit comments

Comments
 (0)