mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
24 lines
532 B
YAML
24 lines
532 B
YAML
---
|
|
|
|
atl_jvm_heap: "2048m"
|
|
|
|
atl_catalina_opts: ""
|
|
atl_catalina_opts_extra: >-
|
|
-XX:+UseG1GC
|
|
-XX:+PrintAdaptiveSizePolicy
|
|
-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: ""
|
|
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"
|