You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using RDP classifier with a custom classifier and I get this error:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at edu.msu.cme.rdp.classifier.Classifier.(Classifier.java:47)
at edu.msu.cme.rdp.classifier.TrainingInfo.createClassifier(TrainingInfo.java:144)
at edu.msu.cme.rdp.classifier.utils.ClassifierFactory.createClassifier(ClassifierFactory.java:197)
at edu.msu.cme.rdp.multicompare.MultiClassifier.multiCompare(MultiClassifier.java:110)
at edu.msu.cme.rdp.multicompare.Main.main(Main.java:248)
at edu.msu.cme.rdp.classifier.cli.ClassifierMain.main(ClassifierMain.java:95)
Since I am using the conda distribution and what I get is the compiled binaries, I cannot change the max heap space with Xmx option. Any chances of fixing this?
The text was updated successfully, but these errors were encountered:
Hello,
I am using RDP classifier with a custom classifier and I get this error:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at edu.msu.cme.rdp.classifier.Classifier.(Classifier.java:47)
at edu.msu.cme.rdp.classifier.TrainingInfo.createClassifier(TrainingInfo.java:144)
at edu.msu.cme.rdp.classifier.utils.ClassifierFactory.createClassifier(ClassifierFactory.java:197)
at edu.msu.cme.rdp.multicompare.MultiClassifier.multiCompare(MultiClassifier.java:110)
at edu.msu.cme.rdp.multicompare.Main.main(Main.java:248)
at edu.msu.cme.rdp.classifier.cli.ClassifierMain.main(ClassifierMain.java:95)
Since I am using the conda distribution and what I get is the compiled binaries, I cannot change the max heap space with Xmx option. Any chances of fixing this?
The text was updated successfully, but these errors were encountered: