-
Notifications
You must be signed in to change notification settings - Fork 76
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.lang.OutOfMemoryError: GC overhead limit exceeded #60
Comments
Try to train with less data (if you're using the GUI, it will load all of the data into memory). Start with 100,000 rows. If that works, try 1,000,000. etc. |
Thank you for your prompt reply, I will try it out. |
Are you using batch incremental or prequential as evaluation method in the Explorer? If not, then no incremental training is occurring. |
Hello, I am a beginner of Meka.
when I use the package meka.classifiers.multilabel.incremental.RTUpdateable,an error has occurred.
This is the wrong details:
This is my command line argument:
This is my data (a total of 100million generated by MOA):
My computer configuration information, it has 8G memory.
This situation also occurs in the BRU and PSU.
I would be grateful if I could give me any advice.
The text was updated successfully, but these errors were encountered: