Results 1 to 3 of 3
Thread: out of memory error in weka
- 03-16-2010, 09:43 AM #1
Member
- Join Date
- Mar 2010
- Posts
- 15
- Rep Power
- 0
out of memory error in weka
Hi ,
I am using weka which is a open source data mining software.When I am using large dataset,it gives me out of memory error.
When I am trying to run a J48 algorithm,it gives an out of memory error and it suggesting me to increase Java virtual machine heap size
In the comment promt-(C:\user\xyz> )
I have typed the command
java -Xmx1g -C:\Program Files\Weka-3-6\weka.jar
where
"C:\Program Files\Weka-3-6\weka.jar"-the location of the jar file of weka
But this did not work.
Somewhere I have found the solution as
java -Xmx1g -classpath /some/where/weka.jar
Do I have to edit my class path
I have also tried with editing my class path
My previous class path
.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
New one--
.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip;C:\Program Files\Weka-3-6\Weka.jar
But it also didnt work.
Please let me know how to increase the heap size.
Thank You
Monika
- 03-16-2010, 10:11 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Don't cross-post. It is extremely rude, and your other thread has answers, already.
- 03-16-2010, 12:06 PM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
@OP: Please stick with a one. I've close this thread.
Similar Threads
-
Out of memory error
By Mrs. Deswal in forum Threads and SynchronizationReplies: 3Last Post: 07-30-2009, 03:27 AM -
How to over come java.lang.out of memory error
By Chaitra_gm in forum New To JavaReplies: 5Last Post: 09-28-2008, 10:33 AM -
Out of memory error in eclipse
By Java.child in forum New To JavaReplies: 5Last Post: 09-05-2008, 04:50 PM -
Low memory error
By rlhs76 in forum New To JavaReplies: 2Last Post: 02-08-2008, 10:25 PM -
Java Heap Out of Memory Error
By stonkers in forum New To JavaReplies: 3Last Post: 07-17-2007, 04:43 PM


LinkBack URL
About LinkBacks

Bookmarks