mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
30 lines
845 B
YAML
30 lines
845 B
YAML
---
|
|
|
|
atl_jvm_heap: "2048m"
|
|
|
|
atl_catalina_opts: ""
|
|
atl_catalina_opts_extra: >-
|
|
-XX:+UseG1GC
|
|
-XX:+PrintAdaptiveSizePolicy
|
|
-XX:+PrintGCDetails
|
|
-XX:NumberOfGCLogFiles=10
|
|
-XX:GCLogFileSize=5m
|
|
-XX:+UseGCLogFileRotation
|
|
-XX:+PrintTenuringDistribution
|
|
-Dfile.encoding=UTF-8
|
|
|
|
atl_tomcat_port: "8080"
|
|
atl_tomcat_mgmt_port: "8005"
|
|
atl_tomcat_acceptcount: "10"
|
|
atl_tomcat_connectiontimeout: "20000"
|
|
atl_tomcat_contextpath: "false"
|
|
atl_tomcat_maxthreads: "200"
|
|
atl_tomcat_minsparethreads: "10"
|
|
atl_tomcat_protocol: "HTTP/1.1"
|
|
atl_tomcat_redirectport: ""
|
|
atl_tomcat_scheme: "http"
|
|
atl_tomcat_secure: "false"
|
|
|
|
atl_servicedesk_latest_version_url: "https://marketplace.atlassian.com/rest/2/products/key/jira-servicedesk/versions/latest"
|
|
atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk-{{ atl_servicedesk_version }}.obr"
|