Skip to content

Commit

Permalink
limit memory on usage service (#6083)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored Dec 23, 2024
1 parent b8a05db commit 38e457b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/services/usage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export function deployUsage({
exposesMetrics: true,
port: 4000,
pdb: true,
memoryLimit: '1Gi',
autoScaling: {
cpu: {
cpuAverageToScale: 60,
Expand Down

0 comments on commit 38e457b

Please sign in to comment.