Search This Blog

Tuesday, 7 April 2020

aws rds max connection

The current RDS MySQL max_connections setting is default by {DBInstanceClassMemory/12582880}, if you use t2.micro with 512MB RAM, the max_connections could be (512*1024*1024)/12582880 ~= 40, and so on.

No comments:

Post a Comment