summarylogtreecommitdiffstats
path: root/weka.sh
blob: 8ff3de331c60c8c785c95ee489f7269f1870ee72 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/sh

# Note: the '-Xmx2g' flag is used to set the maximum memory that the java
# program is allowed. When working with large data sets, this number may need
# to be increased based on how much memory you wish to allow weka to have.
# Specifying command line arguments will override the defaults shown here.
# Example: '-Xmx4g'

exec /usr/bin/java -Xms32m -Xmx2g "$@" -jar /usr/share/weka/weka.jar