nmowbray
7 years agoOccasional Contributor
Keep getting Warning More than 80% of the Java heap memory is being used.
Keep seeing the following message when the test reads JMS message:
- Thu Nov 29 10:21:00 MST 2018: WARN: More than 80% of the Java heap memory is being used. It is recommended that you increase the value of the VM option -Xmx or -XX:MaxHeapSize in the file ReadyAPI.vmoptions
I have updated vmoptions file with the following
-XX:MinHeapFreeRatio=20
-XX:MaxHeapFreeRatio=40
-Xms128m
-Xmx8192m
After updating the file and restarting Ready API i still have the same issue