Hello,
Has anybody had the need to increase or change the Java Heap. I am getting an error message screen when displaying channel messages due to the size of the transaction I am processing. On the advise of Webreach support I increased the Java Heap by adding the -Xmx68435456 statement in Mirth.bat, I believe this should give me 256MB of JVM Memory.
The transactions are between 890 and 1000k. I am not sure if I am adding the parameter correctly or where it should be added, sorry not a programmer. Here is what my Mirth.bat looks like.
@ECHO OFF
java -Xmx68435456 -jar mirth-launcher.jar launcher.xml
Any help would be appreciated
Has anybody had the need to increase or change the Java Heap. I am getting an error message screen when displaying channel messages due to the size of the transaction I am processing. On the advise of Webreach support I increased the Java Heap by adding the -Xmx68435456 statement in Mirth.bat, I believe this should give me 256MB of JVM Memory.
The transactions are between 890 and 1000k. I am not sure if I am adding the parameter correctly or where it should be added, sorry not a programmer. Here is what my Mirth.bat looks like.
@ECHO OFF
java -Xmx68435456 -jar mirth-launcher.jar launcher.xml
Any help would be appreciated