Skip to content

Commit

Permalink
no m4
Browse files Browse the repository at this point in the history
  • Loading branch information
ycryptx committed Nov 26, 2023
1 parent e02b127 commit 51b5f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sequencer/src/map-reduce/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ export const REDUCER_SEQUENTIALISM = 2;
*/
export const INSTANCE_TYPES: InstanceTypeConfig[] = [
{
InstanceType: 'm4.xlarge',
InstanceType: 'm5.xlarge',
BidPrice: '0.5',
EbsConfiguration,
},
{
InstanceType: 'm5.xlarge',
InstanceType: 'm5d.xlarge',
BidPrice: '0.5',
EbsConfiguration,
},
Expand Down

0 comments on commit 51b5f54

Please sign in to comment.