On 17 Jun 2015, at 09:35, Mihail Vieru <vi...@informatik.hu-berlin.de> wrote:

> Hi,
> 
> I had the same problem and setting the solution set to unmanaged helped:
> 
> VertexCentricConfiguration parameters = new VertexCentricConfiguration();
> parameters.setSolutionSetUnmanagedMemory(false);
> 
> runVertexCentricIteration(..., parameters);

That's indeed a very good point, Mihal. Thanks for the pointer. The compacting 
hash table used in iterations cannot spill at the moment.

Reply via email to