Skip to content

Commit

Permalink
Double CPU+memory allocated to fname-registry (#297)
Browse files Browse the repository at this point in the history
We're still seeing Postgres waiting on the client (i.e. the
fname-registry server) so let's see if we're blocked on CPU capacity.
  • Loading branch information
sds authored Jul 8, 2024
1 parent a9d818e commit 63bf51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .aws/fname-registry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
]
}
],
"cpu": "1 vCPU",
"memory": "2048",
"cpu": "2 vCPU",
"memory": "4096",
"runtimePlatform": {
"operatingSystemFamily": "LINUX",
"cpuArchitecture": "ARM64"
Expand Down

0 comments on commit 63bf51a

Please sign in to comment.