Solve java.lang.OutOfMemoryError: Java Heap Space
To solve this issue, increase the maximum heap size (-Xmx
parameter).
-
Go to
<DATADIR>/config
. -
Edit
DeploymentInternal.xml
and look for the process in which the issue occurred:-
searchserver
-
indexingserver
-
java
(for all processes)
-
-
Increase
-Xmx
by 50%. -
Click Apply. If you cannot access the Administration Console, rebuild the configuration using
buildgct
.