Increase heap size in java for weka

后端 未结 17 1341
天命终不由人
天命终不由人 2020-12-14 08:27

I\'m trying to increase the heap size in java for weka which keeps crashing. I used the suggested line:

> java -Xmx500m -classpath

but

17条回答
  •  爱一瞬间的悲伤
    2020-12-14 09:27

    On Ubuntu i had the same problem but i solve it by increasing the amount of memory to use for the Java Virtual Machine run this : weka -m 1024m

提交回复
热议问题