mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
AZURE-211 updated sysctl property name to highlight it's specific to azure sql server
This commit is contained in:
@@ -8,9 +8,7 @@ atl_jdbc_collation: 'C'
|
|||||||
atl_jdbc_ctype: 'C'
|
atl_jdbc_ctype: 'C'
|
||||||
atl_jdbc_template: 'template1'
|
atl_jdbc_template: 'template1'
|
||||||
|
|
||||||
# Values taken from https://docs.microsoft.com/en-us/sql/connect/jdbc/connecting-to-an-azure-sql-database
|
azure_sql_server_sysctl:
|
||||||
# Windows values are milliseconds, Linux values are seconds
|
|
||||||
sysctl_config:
|
|
||||||
net.ipv4.tcp_keepalive_time: 30
|
net.ipv4.tcp_keepalive_time: 30
|
||||||
net.ipv4.tcp_keepalive_intvl: 1
|
net.ipv4.tcp_keepalive_intvl: 1
|
||||||
net.ipv6.tcp_keepalive_probes: 10
|
net.ipv6.tcp_keepalive_probes: 10
|
||||||
@@ -47,6 +47,6 @@
|
|||||||
ignoreerrors: yes
|
ignoreerrors: yes
|
||||||
sysctl_file: /etc/sysctl.conf
|
sysctl_file: /etc/sysctl.conf
|
||||||
sysctl_set: yes
|
sysctl_set: yes
|
||||||
with_dict: '{{ sysctl_config }}'
|
with_dict: '{{ azure_sql_server_sysctl }}'
|
||||||
tags:
|
tags:
|
||||||
- runtime_pkg
|
- runtime_pkg
|
||||||
|
|||||||
Reference in New Issue
Block a user