Skip to content

Commit

Permalink
Set thread_stack to 6mb
Browse files Browse the repository at this point in the history
  • Loading branch information
burmek committed Apr 8, 2024
1 parent 5848adc commit b48e3d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/comet_rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ resource "aws_rds_cluster_parameter_group" "cometml-cluster-pg" {
name = "log_bin_trust_function_creators"
value = "1"
}
parameter {
apply_method = "pending-reboot"
name = "thread_stack"
value = "6291456"
}
}

resource "aws_security_group" "mysql_sg" {
Expand Down

0 comments on commit b48e3d7

Please sign in to comment.