Increasing Java Heap Size

While testing our modified algorithms on larger graphs, we ran into a Java heap size error. The heap size is the amount of memory allocated to the program being executed. Because our current implementation of the Louvain algorithm is in Java…