Slide 17
Slide 17 text
If you have 10,000 front-end users, having a connection pool
of 10,000 would be shear insanity. 1000 still horrible. Even 100
connections, overkill.
You want a small pool of a few dozen connections at most,
and you want the rest of the application threads blocked on
the pool awaiting connections.
https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing