Pergunta

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

Foi útil?

Solução

Via command line:

carrot2-workbench -vmargs -Xmx256m

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

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top