Update mysql_max_open_conns documentation (#37289)
Clarified the definition and usage of `mysql_max_open_conns`. Co-authored-by: Brock Walters <153771548+nonpunctual@users.noreply.github.com>
This commit is contained in:
co-authored by
Brock Walters
parent
132d5e3515
commit
c158558ad8
@@ -145,7 +145,9 @@ This is the server name or IP address used by the client certificate.
|
||||
|
||||
### mysql_max_open_conns
|
||||
|
||||
The maximum open connections to the database.
|
||||
The maximum open connections from each Fleet server to the database. This value should be less than the database's maximum connection limit.
|
||||
|
||||
If your database has 100 connections available and you have up to 3 Fleet servers running, this value should be 30 to avoid opening more connections than the database can handle and still leave a small buffer.
|
||||
|
||||
- Default value: 50
|
||||
- Environment variable: `FLEET_MYSQL_MAX_OPEN_CONNS`
|
||||
|
||||
Reference in New Issue
Block a user