Skip to content

Commit b48e3d7

Browse files
committed
Set thread_stack to 6mb
1 parent 5848adc commit b48e3d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: modules/comet_rds/main.tf

+5
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ resource "aws_rds_cluster_parameter_group" "cometml-cluster-pg" {
109109
name = "log_bin_trust_function_creators"
110110
value = "1"
111111
}
112+
parameter {
113+
apply_method = "pending-reboot"
114+
name = "thread_stack"
115+
value = "6291456"
116+
}
112117
}
113118

114119
resource "aws_security_group" "mysql_sg" {

0 commit comments

Comments
 (0)