DB Pool - Min & Max - Question (PHX 3.9.0)

Kakemonster

New Member
Oct 22, 2011
19
2
Hello DevBest,

i have a quite simple question.

This is the standard settings for Phoenix 3.9.0:
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

I had just:
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=100

But the emulator did dc many, and allot of people couldnt enter.

I might goin to try this:
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=15
db.pool.maxsize=300

Will that make it better?
Or what should i put after minsize & maxsize?

Sorry for a realy stuppid question,
but actualy this config is important.
 

DcSelby

DcSelby is the boss.
Jul 19, 2012
377
123
Hello DevBest,

i have a quite simple question.

This is the standard settings for Phoenix 3.9.0:
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

I had just:
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=100

But the emulator did dc many, and allot of people couldnt enter.

I might goin to try this:
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=15
db.pool.maxsize=300

Will that make it better?
Or what should i put after minsize & maxsize?

Sorry for a realy stuppid question,
but actualy this config is important.

Leave the config as it was beforehand. It's never caused anyone else problems and I would try alter something so important.
 

Users who are viewing this thread

Top