AWS RDS 在各 instance type 的 max_connections 的定義

2017-06-20 AWS

逛網頁逛到一篇在 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

 

給 Mr. 沙先生一點建議

彙整

分類

展開全部 | 收合全部

License

訂閱 Mr. 沙先生 的文章

輸入你的 email 用於訂閱