diff --git a/configure/group_vars/prod_vars.yml b/configure/group_vars/prod_vars.yml index 258fdb2..dedac40 100644 --- a/configure/group_vars/prod_vars.yml +++ b/configure/group_vars/prod_vars.yml @@ -40,7 +40,7 @@ scheduled_job_repeat_interval: "120" avni_server_host: "localhost" avni_server_port: "8021" -avni_server_opts: " -Dnewrelic.environment={{ newrelic_environment }} -javaagent:/opt/newrelic/newrelic.jar -Dlogging.file={{avni_server_access_log_dir}}/chs.log -Dlogging.path={{avni_server_access_log_dir}} -Dlogging.file.max-size=5mb -Xmx3072m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/avni_server/ -XX:ErrorFile={{avni_server_access_log_dir}}/jvm.log -XX:-OmitStackTraceInFastThrow" +avni_server_opts: " -Dnewrelic.environment={{ newrelic_environment }} -javaagent:/opt/newrelic/newrelic.jar -Dlogging.file={{avni_server_access_log_dir}}/chs.log -Dlogging.path={{avni_server_access_log_dir}} -Dlogging.file.max-size=5mb -Xmx7168m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/avni_server/ -XX:ErrorFile={{avni_server_access_log_dir}}/jvm.log -XX:-OmitStackTraceInFastThrow" avni_server_db_host: "serverdb.openchs.org." avni_server_db_port: "5432" avni_server_db_schema: "public"