Announcement

Collapse

Mirth Connect 4.3.0 Released!

Mirth Connect 4.3.0 is now available as an appliance update and on our GitHub page.

This is a major release containing new features like adding new functionality to the Mirth Connect Setup Wizard, adding the ability for resource and channel-specific classloaders to load child-first or parent-first, and added a default implementation of the getObjectsForSwaggerExamples() method in the ServicePlugin class. This release also contains enhancements for the Mirth Connect Administrator Launcher, the Mirth Connect Docker images, and several bug fixes and security improvements.

Download | See What's New | Upgrade Guide | Release Notes

For discussion on this release, see this thread.
See more
See less

Error when displaying channel messages.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error when displaying channel messages.

    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
    Regards,
    Charlie Olmeda
Working...
X