Skip to content

Commit

Permalink
Adding innodb redo log capacity (#18)
Browse files Browse the repository at this point in the history
* Major changes:
- add support for innodb redo log capacity
- add automatic recalculation of the connections if too many for the given resources
- add automatic calculation for the max number of connection supported, when connection are set to 0
- add parameters to tune the weight of connection and maximum % of connection over memory

* set version number
  • Loading branch information
Tusamarco authored Feb 7, 2024
1 parent 49c3f21 commit d6832ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mysqloperatorcalculator/Configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// Constants
// ***********************************
const (
VERSION = "v1.5.0"
VERSION = "v1.6.0"

OkI = 1001
ClosetolimitI = 2001
Expand Down

0 comments on commit d6832ce

Please sign in to comment.