Created
September 16, 2016 19:05
-
-
Save eli007s/f800d81429047a6ed43c464c6be52357 to your computer and use it in GitHub Desktop.
From http://serverfault.com/questions/599421/highest-value-of-max-connections-in-aws-rds-micro-instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment