I’m facing an issue while starting the Integration server. I get heap space error
below is the configuration of my system
java.lang.OutOfMemoryError: GC overhead limit exceeded
java.lang.OutOfMemoryError: Java heap space
OS : Windows 7 (32 Bit)
RAM : 4GB
I’m using the below config in setenv
set JAVA_MIN_MEM=512M
set JAVA_MAX_MEM=512M
set JAVA_MAX_PERM_SIZE=256M
measures followed, cleared all the packages from IntegrationServer/packages folder. Cleared the packages from replicate (inbound, outbound, salvage and archive)
I’m unable to sense why i’m still getting the error.
I also tried changing the Java Runtime parameters size to -Xms1024m. (under Control Panel->Java-> View). I didn’t help.
Please let me know what might be the possible cause for this issue.
JAVA_MIN_MEM is the minimum heap size.
JAVA_MAX_MEM is the maximum heap size.
Could you try to set this as 256MB and 1024MB and try again. Basically we are trying to increase the memory where is the server processing the transactions.