Skip to content

Commit

Permalink
Remove PG provision option with incorrect memory specification (#855)
Browse files Browse the repository at this point in the history
Co-authored-by: Shaun Davis <davissp14@Shauns-MacBook-Pro-2.local>
  • Loading branch information
davissp14 and Shaun Davis committed Mar 3, 2022
1 parent 90a85e7 commit 52dbc64
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ func postgresConfigurations() []PostgresConfiguration {
MemoryMb: 256,
VmSize: "shared-cpu-1x",
},
{
Description: "Development - Single node, 1x shared CPU, 512MB RAM, 10GB disk",
DiskGb: 10,
ImageRef: "flyio/postgres",
InitialClusterSize: 1,
MemoryMb: 512,
VmSize: "shared-cpu-1x",
},
{
Description: "Production - Highly available, 1x shared CPU, 256MB RAM, 10GB disk",
DiskGb: 10,
Expand Down

0 comments on commit 52dbc64

Please sign in to comment.