The line java.lang.OutOfMemoryError: GC overhead limit exceeded indicates that the JVM is running out of heap space. You can increase the heap space by supplying the value in the openmrs-runtime.properties file. For example to increase to 256MB add the following.
# other runtime properties...
vm_arguments=-Xmx256m -Xms256m
Hi I am trying to install 2.3.2 war and getting following error On updating DB.
Server logs are : https://pastebin.com/2Ny4MH01
I have already tried to drop the Db and tried still getting same error.
Selected No to update DB but its still updating during install.
Please help.