AZURE-211 updated sysctl property name to highlight it's specific to azure sql server

This commit is contained in:
dbacon
2020-08-25 11:14:13 +01:00
parent d6c3fb07de
commit 497de6c7bd
2 changed files with 2 additions and 4 deletions

View File

@@ -8,9 +8,7 @@ atl_jdbc_collation: 'C'
atl_jdbc_ctype: 'C'
atl_jdbc_template: 'template1'
# Values taken from https://docs.microsoft.com/en-us/sql/connect/jdbc/connecting-to-an-azure-sql-database
# Windows values are milliseconds, Linux values are seconds
sysctl_config:
azure_sql_server_sysctl:
net.ipv4.tcp_keepalive_time: 30
net.ipv4.tcp_keepalive_intvl: 1
net.ipv6.tcp_keepalive_probes: 10

View File

@@ -47,6 +47,6 @@
ignoreerrors: yes
sysctl_file: /etc/sysctl.conf
sysctl_set: yes
with_dict: '{{ sysctl_config }}'
with_dict: '{{ azure_sql_server_sysctl }}'
tags:
- runtime_pkg