Skip to content

Commit

Permalink
Add more spare instance on docker hosts (#255)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Feb 24, 2023
1 parent 8d27dab commit 20d124b
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 @@ -56,7 +56,7 @@ export class AgentNodes {
instanceType: 'C54xlarge',
remoteUser: 'ec2-user',
maxTotalUses: -1,
minimumNumberOfSpareInstances: 2,
minimumNumberOfSpareInstances: 4,
numExecutors: 4,
amiId: 'ami-066d38ff7bb447e31',
initScript: 'sudo yum clean all && sudo rm -rf /var/cache/yum /var/lib/yum/history && sudo yum repolist &&'
Expand Down Expand Up @@ -95,7 +95,7 @@ export class AgentNodes {
instanceType: 'C6g4xlarge',
remoteUser: 'ec2-user',
maxTotalUses: -1,
minimumNumberOfSpareInstances: 2,
minimumNumberOfSpareInstances: 4,
numExecutors: 4,
amiId: 'ami-0627f82eac555c057',
initScript: 'sudo yum clean all && sudo rm -rf /var/cache/yum /var/lib/yum/history && sudo yum repolist &&'
Expand Down

0 comments on commit 20d124b

Please sign in to comment.