Вопрос

How can I increase Java heap size for Carrot2 Document Clustering Workbench?

Это было полезно?

Решение

Via command line:

carrot2-workbench -vmargs -Xmx256m

Tip: You can use the above pattern to specify any other JVM options if needed.

Другие советы

carrot2-workbench -vmargs -Xmx256m

Another tip:

You can also add JVM path and options to the eclipse.ini file located in in Carrot2 Document Clustering Workbench installation directory. Please see Eclipse Wiki for a list of all available options.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top