MAX_HEAP_WARNING_CWOBJ0071W=CWOBJ0071W: The maximum heap size of {1} bytes surpasses the recommended maximum heap size of {0} bytes.
Explanation
As the heap size increases, garbage collection might cause performance degradation.
User response
Reduce the maximum heap size allocated by using the JVM argument, -Xmx. The limit is 8 GB when you specify -Xgcpolicy:balanced in the JVM arguments and 5 GB for all other garbage collection policies.