Hi, I am using Giraph-1.1.0 to do large graph processing. I was trying to do a hashMin (WCC) algorithm on a large graph but it failed with out of memory error. I thought the out-of-core option may help, but it did not.
Is there any advice about how to enable out-of-core processing? I followed this URL: http://giraph.apache.org/ooc.html -- Thanks, -Khaled
