Skip to content

Commit

Permalink
Decrease resourcing for EHR hapi to cut costs
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Jul 1, 2024
1 parent 6ff6a14 commit 2903d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/ehr-proxy/hapi-endpoint/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export class HapiEndpoint extends Construct {
// Create a task definition that contains both the application and cache containers.
const taskDefinition = new TaskDefinition(this, 'EhrProxyHapiTaskDefinition', {
compatibility: Compatibility.FARGATE,
cpu: '2048',
memoryMiB: '4096'
cpu: '1024',
memoryMiB: '2048'
});

// Create the cache container.
Expand Down

0 comments on commit 2903d97

Please sign in to comment.