groob
04/25/2018, 5:39 PM--mysql_max_idle_conns int Env: KOLIDE_MYSQL_MAX_IDLE_CONNS
MySQL maximum idle connection handles. (default 50)
--mysql_max_open_conns int Env: KOLIDE_MYSQL_MAX_OPEN_CONNS
MySQL maximum open connection handles. (default 50)
read up on your mysql config and set these values appropriatelypirxthepilot
04/25/2018, 6:08 PMmax_connections
is actually 151.groob
04/25/2018, 6:11 PMfleet serve -h
pirxthepilot
04/25/2018, 6:13 PMmysql:
max_idle_conns:
max_open_conns:
groob
04/25/2018, 6:18 PMvictor@kl ~/g/s/g/k/fleet> ./build/fleet config_dump
mysql:
address: localhost:3306
username: kolide
password: kolide
database: kolide
tls_cert: ""
tls_key: ""
tls_ca: ""
tls_server_name: ""
tls_config: ""
max_open_conns: 50
max_idle_conns: 50
pirxthepilot
04/25/2018, 6:28 PMgroob
04/25/2018, 6:28 PMpirxthepilot
04/25/2018, 6:31 PM