-
Gephi run on 64bit WindowsComputer/Software 2016. 10. 17. 11:06
I need to draw a huge graph requiring more than 4GB memory.
Graphviz or D3JS cannot draw such huge graphs.
Gephi is a good choice in this case.
However Gephi visualization platform is run on 32bit Java by default.
We need to change the configuration in order to run 64bit Java.
In C:\Program Files (x86)\Gephi-0.9.1\etc\gephi.conf, deafult_options and jdkhome need to be modified.
For example,
default_options="--branding gephi -J-Xms1024m -J-Xmx15360m -J-Xverify:none
jdkhome="C:\Program Files\Java\jre1.8.0_101"