Executing graph algorithms on Gelly that are larger then memmory

Posted by otherwise777 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Executing-graph-algorithms-on-Gelly-that-are-larger-then-memmory-tp10358.html

I read somewhere that Flink and Gelly should be able to handle graph algorithms that require more space then the available memory, i'm currently getting java OutOfMemoryError heap space and if it would use disk space that wouldn't happen.
Currently my algorithms use dense graphs with 10m edges, the algorithms that i use are on my github [1], i did get the same heap space errors when using the Gelly algorithms, i also tried playing with setting the parallelism but it mostly gives the same error

Can anyone help me with some methods on how to solve this so that i can scale up to bigger graphs?

[1] https://github.com/otherwise777/Temporal_Graph_library/