Jump to content

Question

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

Increase the database connections? Navicat configs (ini) and server has one as well.

 

C/p the error @ google and see solutions..

Edited by SweeTs
  • 0
Posted

Most probably you got a connection leak somewhere (use try-with-ressources feature to avoid any close() leak).

 

Increasing connection max number is a terrible idea btw. It should be setted to core * 2, max 10. Bigger number = less performance. That config shouldn't even exist to avoid ppl mess with it.

 

You can first increase connections as SweeTs suggested but if no matter the number you got that problem you got a leak somewhere.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...