-Xmx value for oacore_jvm_start_options
Hi
Could you please share me your advice on the following issue.
EBSR12.1.3 environment,Follow the solution on the doc 1578239.1,we set 3GB for oacore_jvm_start_options and oacore_jvm_stop_options
-------------
<oacore_jvm_start_options oa_var="s_oacore_jvm_start_options">-verbose:gc -Xmx3072M -Xms3072M
<oacore_jvm_stop_options oa_var="s_oacore_jvm_stop_options">-verbose:gc -Xmx3072M -Xms2048M
after that in oacore application.log,we found error
"html: JspServlet: unable to dispatch to requested page: Exception:java.lang.OutOfMemoryError"
after revert back the value to 2 GB,the error got fix.