GraphChi / graphchi-cpp

GraphChi's C++ version. Big Data - small machine.
https://www.usenix.org/system/files/conference/osdi12/osdi12-final-126.pdf
800 stars 311 forks source link

About in-memory model #51

Open AllFreven opened 8 years ago

AllFreven commented 8 years ago

How to let Graphchi run in in-memory model if the machine has sufficient amount of memory?

Tmichailidis commented 7 years ago

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.