java.lang.OutOfMemoryError: Java heap space issolved by increase the Xmx3G, but now I get "Error occurred during initialization of VM. could not reserved enough space for object heap. 我该怎么办?
我正在尝试执行此操作
bin\mallet train-classifier --trainer MaxEnt --input train.mallet --output-classifier train.classifier
我的 train.csv 大约 6MB,我通过使用将其更改为 train.mallet 文件(15MB)
bin\mallet 导入文件 --input train.csv --output train.mallet --keep-sequence --remove-stopwords
PS 我已经在 bin/mallet 和 mallet.bash 文件中进行了更改以进行这些更改 Xmx3G