-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create more than 8 connections to MySQL database #6
Comments
Hey @sparcit |
Yes I do see that debug statement and the url matches, as I can connect of course and run the queries. It could be a bug in scalikejdbc.ConnectionPool as the connectionpool settings object gets passed in with all the parameters I set. But the maximum number opened on the Macbook is just 4 |
Hey @sparcit |
@rbraeunlich |
Hi,
I am trying to send through enough load through to our RDS mysql database using jdbc-gatling but I am unable to get to more than 4 connections from a Macbook pro and not more than 8 connections from a Windows 7 machine.
Regardless of the number of concurrent users I spawn these are maximum number of connections that are spawned.
Below I set the connectionpoolsettings to go upto 200. But it has not helped
Here are the versions of the various dependencies I am using
The text was updated successfully, but these errors were encountered: