Skip to content

Commit

Permalink
mysql max connections for db.r5.12xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
patjlm committed Sep 26, 2022
1 parent 0309210 commit f7182c4
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 f7182c4

Please sign in to comment.