Skip to content

Commit

Permalink
444
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Nov 28, 2024
1 parent 87e95a3 commit a255a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbm-services/mysql/db-simulation/app/service/kubernets.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ func (k *DbPodSets) gettdbctlResourceLimit() v1.ResourceRequirements {

func (k *DbPodSets) getTendbhaPodStartArgs(mysqlVersion string) (args []string) {
args = []string{
"mysqld",
"--defaults-file=/etc/my.cnf",
"--skip-log-bin",
"--max_allowed_packet=1073741824",
Expand Down

0 comments on commit a255a04

Please sign in to comment.