Hi,
We have our rails application running on AWS. we have two application
servers and one database(postgres) server of C1.xlarge
http://aws.amazon.com/ec2/instance-types/ AWS instance type.
Our passengermaxpoolsize is set to 30. And postgresql max connection
limit
is 100.
Recently we found that when we got nearly 700 request per minute, our
application created nearly crossed the max connection limit of postgres
server and our application server went into waiting state and utilized
nearly 100% of CPU and RAM.
Can anyone guide us what might be cause of this crash? How rails
processes
using the connection pool configuration?
Regards,