2

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

petexx67
  • 23
  • 2

2 Answers2

1

Via command line:

carrot2-workbench -vmargs -Xmx256m

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

Kurt UXD
  • 5,776
  • 2
  • 20
  • 16
0
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.

Mihai Iorga
  • 39,330
  • 16
  • 106
  • 107
Martin Devarda
  • 3,273
  • 2
  • 15
  • 6