My environment: 8GB Ram Notebook with Ubuntu 14.04, Solr 4.3.1, carrot2workbench 3.10.0
My Solr Index: 15980 documents
My Problem: Cluster all documents with the kmeans algorithm
When I drop off the query in the carrot2workbench (query: :), I always get a Java heap size error when using more than ~1000 Results. I started Solr with -Xms256m -Xmx6g but it still occurs.
Is it really a heap size problem or could it be somewhere else?