I have graph which contains 20 millions nodes and 18 millions relationships. I had tried a lot of products for visualization such as Sigma.js, D3.js (in Neo4j), igraph (in R), graphvis (dot doesn't generate output file), gepthi/cytoscape/pajek (I do not have enough RAM but I have only 8Gb RAM).
Maybe I am doing something wrong? May I use CUDA to render my graph? Maybe it would be better if I write a program for render?