Currently, Windows Azure Websites with a MySQL database from ClearDB appear to have a max_user_connections limit of 4. This seems silly. You can scale up multiple instances of Large servers ( 4 cores, 7GB memory ), but what's the point? Your bottleneck will almost always be max_user_connections if it's set to a pitiful value of 4. Can this be changed?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
I didn't use Azure and cleardb, but when I check cleardb web site, I see that up to 4 user is on free plan. maybe you need to get a higher plan? https://www.cleardb.com/store/azure
|
|||||||||||||
|