Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java running out of memory with classifier in conda distribution #43

Open
jmgs7 opened this issue Oct 21, 2024 · 0 comments
Open

Java running out of memory with classifier in conda distribution #43

jmgs7 opened this issue Oct 21, 2024 · 0 comments

Comments

@jmgs7
Copy link

jmgs7 commented Oct 21, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant