Skip to content

Commit a5a580c

Browse files
authored
Merge pull request #159 from killbill/smaller-footprint
ansible: revisit JVM and Tomcat defaults
2 parents 4ff6a8e + 9ee6e35 commit a5a580c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ansible/group_vars/all.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ kaui_system_properties: ''
3030
kb_system_properties: ''
3131

3232
# Tomcat and JVM properties -- recommended defaults
33-
jvm_initial_memory: 4G
34-
jvm_max_memory: 4G
33+
jvm_initial_memory: 512m
34+
jvm_max_memory: 2G
3535
jvm_jdwp_port: 12345
3636
jvm_jdwp_server: y
3737
jvm_cms_initiating_fraction_threshold: 50
38-
jvm_new_size: 600m
39-
jvm_max_new_size: 1900m
38+
jvm_new_size: 256m
39+
jvm_max_new_size: 1024m
4040
jvm_survivor_ratio: 10
4141
jvm_jmx_port: 8000
4242
tomcat_port: 8080
43-
tomcat_max_threads: 150
43+
tomcat_max_threads: 100

0 commit comments

Comments
 (0)