Skip to content

Commit

Permalink
Merge pull request #69 from patjlm/mysql-max-connections-for-db.r5.12…
Browse files Browse the repository at this point in the history
…xlarge

mysql max connections for db.r5.12xlarge
  • Loading branch information
patjlm authored Sep 26, 2022
2 parents 0309210 + f7182c4 commit ae92c78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/rds.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ var DBMaxConnections = map[string]map[string]int64{
"default": 21845,
"default.mysql5.7": 21845,
},
"db.r5.12xlarge": map[string]int64{
"default": 16000,
"default.mysql5.7": 16000,
},
"db.r5.16xlarge": map[string]int64{
"default": 43690,
"default.mysql5.7": 43690,
Expand Down

0 comments on commit ae92c78

Please sign in to comment.