逛網頁逛到一篇在 serverfault 的文章提到「Highest value of max_connections in AWS RDS micro instance」是關於 RDS 對於 max_connections 的限制
RDS 的 max_connections 是依據 instance 的 memory 來決定的,在介面上你可以看到是 {DBInstanceClassMemory/12582880}
下面就有人整理出每個 instance type 的 max_connections 限制
覺得以後應該會用到,先寫起來
MODEL max_connections innodb_buffer_pool_size --------- --------------- ----------------------- t1.micro 34 326107136 ( 311M) m1-small 125 1179648000 ( 1125M, 1.097G) m1-large 623 5882511360 ( 5610M, 5.479G) m1-xlarge 1263 11922309120 (11370M, 11.103G) m2-xlarge 1441 13605273600 (12975M, 12.671G) m2-2xlarge 2900 27367833600 (26100M, 25.488G) m2-4xlarge 5816 54892953600 (52350M, 51.123G)
裡面還有提到 AWS 會用 super user 去 monitor 你的 instance,所以會再少 1