Post Reply 
java.lang.OutOfMemoryError: Java heap space
26-06-2017, 02:18 (This post was last modified: 26-06-2017 02:19 by simoncn.)
Post: #4
RE: java.lang.OutOfMemoryError: Java heap space
Linn Kinsky (unlike Linn Kazoo) doesn't support UPnP Search, so the stack trace might be coming from a UPnP Search request issued by Windows 10.

With such a large library, it is likely that you need to increase the Java maximum heap size. To do this, you can edit the MinimServer desktop launch shortcut icon properties and change the Target field from:

"C:\Program Files\MinimServer\lib\mserver.jar"

to:

javaw -Xmx512m -jar "C:\Program Files\MinimServer\lib\mserver.jar"

I have tried this on Windows 7 but I am unable at present to try it on Windows 10. The value of 512m is the maximum heap size (512 MB) and you might need to change this depending on how much memory you have on your machine.

It is possible that your Windows firewall settings might need to be changed after doing this if MinimServer is not visible to your control point or renderer.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: java.lang.OutOfMemoryError: Java heap space - simoncn - 26-06-2017 02:18

Forum Jump:


User(s) browsing this thread: 1 Guest(s)