View Single Post
11-10-19, 05:00 PM   #2
erispope
A Deviate Faerie Dragon
Join Date: Sep 2019
Posts: 10
The cause of the application hanging can be found here:
ERROR 2019-11-03 16:53:13,381 [Thread-20] gg.minion.util.AddOnUtils:getAddOnDetails(77): Catching java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space

Check out the minion.cfg file the USERPROFILE/AppData/Local/Minion/app directory (starting out in your home directory). There, under the JVMOptions section you should see -Xmx128m - bump that up to 512 or somesuch and Minion should not crash due to running out of memory.
  Reply With Quote