Java.lang.outOfMemoryError

Issue #2 resolved
marina pecellin monjo created an issue

I have some MLVA data that I would like to analyze using Phyloviz. I had an old version in my computer that did not work properly, so I uninstalled it and installed the latest Phyloviz version together with the latest version of Java (Java 8 Update 60).

I cannot load the dataset. It freezes when I press "load". And I get this error message:

"Java.lang.outOfMemoryError: unable to create new native thread."

Could you help me out?

Thank you very much in adavance!

Comments (3)

  1. jacarrico

    To sort that out you have to go to the directory that PHYLOViZ is installed, and in the etc folder/directory you find a file name phyloviz.conf. There chance the line that reads:

    default_options="--branding phyloviz -J-Xss32M -J-Xms32m -J-Xmx1024M --laf javax.swing.plaf.metal.MetalLookAndFeel"

    to

    default_options="--branding phyloviz -J-Xss16M -J-Xms16m -J-Xmx1024M --laf javax.swing.plaf.metal.MetalLookAndFeel"

    From our last email I assume that the problem was solved after this change

  2. Log in to comment