Skip to content

Commit

Permalink
Update spare instance number on al2023 docker host (#497)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Oct 9, 2024
1 parent 9f9c567 commit 31c20e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compute/agent-nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class AgentNodes {
instanceType: 'M54xlarge',
remoteUser: 'ec2-user',
maxTotalUses: -1,
minimumNumberOfSpareInstances: 1,
minimumNumberOfSpareInstances: 4,
numExecutors: 3,
amiId: 'ami-0e8c1c93cdfb4ce70',
initScript: 'sudo dnf clean all && sudo rm -rf /var/cache/dnf && sudo dnf repolist &&'
Expand Down Expand Up @@ -122,7 +122,7 @@ export class AgentNodes {
instanceType: 'M6g4xlarge',
remoteUser: 'ec2-user',
maxTotalUses: -1,
minimumNumberOfSpareInstances: 1,
minimumNumberOfSpareInstances: 4,
numExecutors: 3,
amiId: 'ami-07171e0264441db0a',
initScript: 'sudo dnf clean all && sudo rm -rf /var/cache/dnf && sudo dnf repolist &&'
Expand Down

0 comments on commit 31c20e6

Please sign in to comment.