java.lang.OutOfMemoryError: GC Overhead Limit Exceed
Error:
Issue To Reproduce:
- Decrease the value of Xmx value in process-studio.bat file to reproduce this issue.
Solution:
- To deal with the large amount of data, you need to increase the memory of the process-studio. Please follow below steps for increasing the memory.
- Edit process-studio.bat and change following parameters -
- Change "-Xms1024m" and "-Xmx2048m" to "-Xms1024m" and "-Xmx4096m" respectively
- Save file and restart process studio and check.
- If issue persists, then increase the value of Xms and Xmx to "-Xms1024m" and "-Xmx6144m" respectively
- Save the file and restart process-studio and check.