Skip to content

Commit

Permalink
Merge pull request #22 from comet-ml/thread_stack
Browse files Browse the repository at this point in the history
Fix thread_stack
  • Loading branch information
burmek authored Apr 29, 2024
2 parents 1477d3e + 6f8c97b commit f84f38c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/comet_mysql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module "mysql" {
},
{
name = "thread_stack"
value = "2000000"
value = "6291456"
},
{
name = "collation_server"
Expand All @@ -57,10 +57,6 @@ module "mysql" {
{
name = "log_bin_trust_function_creators"
value = "on"
},
{
name = "thread_stack"
value = "6291456"
}
]

Expand Down

0 comments on commit f84f38c

Please sign in to comment.