Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
I have add more 10 MC engine. after logined to two , will cause this error, some time can resolve by increase heap size ,but it is not always. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
java.lang.OutOfMemoryError: Java heap space
java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space
at java.base/java.util.concurrent.FutureTask.report(Unknown Source)
at java.base/java.util.concurrent.FutureTask.get(Unknown Source)
at com.mirth.connect.client.launcher.f.a(SourceFile:416)
at com.mirth.connect.client.launcher.f.a(SourceFile:364)
at com.mirth.connect.client.launcher.MirthClientLauncher.run(SourceFile:1326)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.OutOfMemoryError: Java heap space
set heap size to 2G /4G , report same problem.
Beta Was this translation helpful? Give feedback.
All reactions