I\'m trying to increase the heap size in java for weka which keeps crashing. I used the suggested line:
> java -Xmx500m -classpath
but
The best way to do it using this command
java -Xmx1024m -[weka classifier] -t [training file path]