Greetings,
Yes, I have successfully imported large networks (I don't think
I've ever imported 23M edges, though). If you want to give me a pointer
to your 70M file, I'm happy to investigate as to why you can't visualize
it. As I suggested previously, though, setting your java size to be
equal to the amount of memory you have is a very bad idea. The -Xmx
parameter is the heap size (the amount of memory Java can allocate for
data), not the total footprint. By setting the heap to 8G when you only
have 8G of memory, you are going to induce significant paging, which is
extremely slow on a macbook (or any laptop for that matter). On an MBP
with 8G, I would never recommend setting your heap to larger than 6G.
23M edges is a lot of edges, and I'm not sure any kind of visualization
is going to be useful. Is there a way to filter the edges down a little?
-- scooter