MySQL Forums
Forum List  »  InnoDB

Re: MySQL 5.5 hangs frequently in production environment
Posted by: Rick James
Date: July 02, 2014 07:38PM

Set max_connections 200 and see what happens.

What is your application like? It seems that it is asking for too many simultaneous connections. Can it be throttled.

The problem is that lots of things are started, but they are not finishing fast enough. If fewer were started, the contention would be less.

Provide these for further analysis:
SHOW GLOBAL STATUS;
SHOW VARIABLES;

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.