Questions tagged [max-pool-size]

Max-pool-size gives the maximum size of a connection pool in a server (e.g. SQL database).

Max-pool-size gives the maximum size of a connection pool in a server (e.g. SQL database).

9 questions
31
votes
1 answer

Default maximumPoolSize for HikariCP

What is the default connection pool size that spring boot HikariCP provides when the container loads? of course, I am using below properties to setup max cp size, but I was wondering what is the default CP size if we don't give any number in the…
Hari
  • 311
  • 1
  • 3
  • 3
1
vote
0 answers

Spring boot JPA Hibernate default Pool size?

I am building multi-tenancy application with multiple database. I am facing few problems with regard to database pool size (database connection exceeds). With regard to Spring boot Hiberante JPA, what is the default pool size for datasource? How…
1
vote
1 answer

What is the life cycle of connections in a pool if Min Pool Size is set?

I understand that if Min Pool Size is set in a SQL Database connection string, there will always be that many active connections (at least) in the pool at all times. My question is this: Will these always be the same connections or does the pool…
TheDude
  • 1,287
  • 2
  • 24
  • 48
1
vote
2 answers

mongoose poolsize best practice

Forgive me if there's already been an answer to this somewhere, but I haven't seen anything definitive in the docs. Is there a limit to the size of the connection pool? I have a situation where there could be 100s or 1000s of connections open at…
Don Adams
  • 11
  • 5
1
vote
0 answers

the timeout period elapsed prior to obtaining a connection from the pool

We have a web application and we are performing load test of 250 users on the application. Its working perfectly in one environment without any error logs or error generated. and it another environment its not working and throwing below error.…
0
votes
0 answers

Max Pool Size in web.config running on IIS Web Server

I have a cloud-based application where there can be up to 5000 "worker nodes" communicating with a web server. All 5000 could be started simultaneously and once online, would call an API method to pick-up a job. This API method in turn calls a SQL…
John
  • 213
  • 1
  • 6
0
votes
1 answer

Error: The connection is closed

We wrote a application in C# and it works for several years. Recently we got this error. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size…
Prakash N
  • 54
  • 7
0
votes
0 answers

C# multiple app instances with same connection string - max pool size reached

There is a class library which describes a class called ServerTools that creates a connection to a database, and the connection string is hardcoded (not my code) with pool size = 10. My application creates an instance of ServerTools and uses…
Alonzzo2
  • 805
  • 8
  • 21
0
votes
1 answer

What if all nodes are not in a defined pool?

I have a hazel cast instance defined in my setup.