Argument when initializing the Weka

0

In the Weka download page there is a recommendation to initialize the .jar file of Weka with the following argument -Xmx1000M . But I did not understand what the argument will change in the time that the Weka runs. Since initialization works even without the argument, what's the difference?

    
asked by anonymous 10.03.2015 / 14:57

1 answer

1

This parameter sets the maximum Heap size available for Weka to use.

You can read what the Heap is here .

    
10.03.2015 / 16:07