You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an RDS instance using the basic terraform input of:
postgres_servers = {
default = {},
}
Expected Behavior
That the server parameters include the SAS documented requirements of max_connections and max_prepared_transactions both set to at least 1024. Refer to documentation:
Neither are set to the SAS documented values. Parameter max_connections is set to:
LEAST({DBInstanceClassMemory/9531392},5000)
For an 8 GB DB instance I believe this comes out to a value of about 901. Parameter max_prepared_transactions is set to 0, and not in the good way (infinite).
Additional Context
No response
References
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Terraform Version Details
1.10.5
Terraform Variable File Details
Not relevant
Steps to Reproduce
Create an RDS instance using the basic terraform input of:
Expected Behavior
That the server parameters include the SAS documented requirements of max_connections and max_prepared_transactions both set to at least 1024. Refer to documentation:
https://helpcenter.unx.sas.com/test/doc/en/itopscdc/v_061/itopssr/p05lfgkwib3zxbn1t6nyihexp12n.htm#p1wq8ouke3c6ixn1la636df9oa1u
Actual Behavior
Neither are set to the SAS documented values. Parameter max_connections is set to:
LEAST({DBInstanceClassMemory/9531392},5000)
For an 8 GB DB instance I believe this comes out to a value of about 901. Parameter max_prepared_transactions is set to 0, and not in the good way (infinite).
Additional Context
No response
References
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: