We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ff6a8e + 9ee6e35 commit a5a580cCopy full SHA for a5a580c
ansible/group_vars/all.yml
@@ -30,14 +30,14 @@ kaui_system_properties: ''
30
kb_system_properties: ''
31
32
# Tomcat and JVM properties -- recommended defaults
33
-jvm_initial_memory: 4G
34
-jvm_max_memory: 4G
+jvm_initial_memory: 512m
+jvm_max_memory: 2G
35
jvm_jdwp_port: 12345
36
jvm_jdwp_server: y
37
jvm_cms_initiating_fraction_threshold: 50
38
-jvm_new_size: 600m
39
-jvm_max_new_size: 1900m
+jvm_new_size: 256m
+jvm_max_new_size: 1024m
40
jvm_survivor_ratio: 10
41
jvm_jmx_port: 8000
42
tomcat_port: 8080
43
-tomcat_max_threads: 150
+tomcat_max_threads: 100
0 commit comments