Skip to content

Commit

Permalink
Reduce article stack size from 36 to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
arelra committed Dec 13, 2024
1 parent 9cd5a50 commit a23679f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotcom-rendering/cdk/bin/cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ new RenderingCDKStack(cdkApp, 'ArticleRendering-PROD', {
stage: 'PROD',
domainName: 'article-rendering.guardianapis.com',
scaling: {
minimumInstances: 36,
maximumInstances: 360,
minimumInstances: 30,
maximumInstances: 300,
policies: {
step: {
cpu: cpuScalingSteps,
Expand Down

0 comments on commit a23679f

Please sign in to comment.