Skip to content

Commit 08f22ec

Browse files
committed
otel-collector: fix OOM, add profiling extensions and benchmark report
1 parent a606559 commit 08f22ec

File tree

18 files changed

+794
-36
lines changed

18 files changed

+794
-36
lines changed

deployment/services/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function prepareEnvironment(input: {
8181
},
8282
tracingCollector: {
8383
cpuLimit: isProduction || isStaging ? '1000m' : '100m',
84-
memoryLimit: isProduction || isStaging ? '4000Mi' : '200Mi',
84+
memoryLimit: isProduction || isStaging ? '4000Mi' : '1200Mi',
8585
maxReplicas: isProduction || isStaging ? 3 : 1,
8686
},
8787
},

0 commit comments

Comments
 (0)