-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Cedric LACZNY edited this page Jul 18, 2014
·
26 revisions
#Welcome to the VizBin wiki!
You can find information on the usage of VizBin but also on setting up a minimal build environment.
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.
Documentation on how to save/load embeddings is provided here.
Creating an image of the actual visualization is also easy with VizBin. A tutorial is given in the screenshot documentation.