Is there a way to configure this setting for a delta iteration in the scala API?

Best,
Sebastian

On 17.06.2015 10:04, Ufuk Celebi wrote:

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