Skip to content
Cedric LACZNY edited this page Jul 18, 2014 · 26 revisions

#Welcome to the VizBin wiki!

General information

You can find information on the usage of VizBin but also on setting up a minimal build environment.

Out-of-memore, or how to increase Java's heap size

Should VizBin notify you about too little available memory and restart, this is usually related to the fact that the Java VirtualMachine has too little heap memory available. In this case, you have to let Java know that it can reserve more heap memory by runnig:

java -jar -Xmx3g VizBin-dist.jar

in the console. This works for Linux and Mac OS X and instructions for Windows will soon follow.

Save/Load embeddings

Documentation on how to save/load embeddings is provided here.

Creating screenshots

Creating an image of the actual visualization is also easy with VizBin. A tutorial is given in the screenshot documentation.