GraphChi/graphchi-cpp

About in-memory model

Opened this issue · 1 comments

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

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.