About in-memory model
Opened this issue · 1 comments
AllFreven commented
How to let Graphchi run in in-memory model if the machine has sufficient amount of memory?
Tmichailidis commented
Run the executable with argument "membudget_mb" and after it the number of megabytes.
i.e. "./stronglyconnectedcomponents file graph membudget_mb 500" will run stronglyconnectedcomponents with 500 megabytes memory.