Giraph out-of-core feature is not helping!

2015-12-04 Thread Khaled Ammar
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

Re: Giraph out-of-core feature is not helping!

2015-12-04 Thread Roman Shaposhnik
I remember seeing a discussion that discouraged users from utilizing OOC. I am vague on the details but you can try searching the archives. Thanks, Roman. On Fri, Dec 4, 2015 at 4:34 PM, Khaled Ammar wrote: > Hi, > > I am using Giraph-1.1.0 to do large graph processing.