Supremica
Supremica


Supremica


Q. I get OutOfMemory errors when verifying/synthesizing large examples?

To increase the available memory to Supremica it is necessary to increase the available memory to the Java virtual machine (JVM). To initially set the available memory to the JVM to 256MB and the maximum memory to 512MB do the following.

Windows:

Change Supremica/launcher.cfg to:

.
.\Runtime\Windows\Jre\bin\javaw.exe
-Xms256M -Xmx512M -cp .\Runtime\Noarch\Supremica.jar;.\Runtime\Noarch\SupremicaLib.jar org.supremica.apps.Supremica -p SupremicaProperties.cfg

Other (Linux/Unix):

Start Supremica with:

java -Xms256M -Xmx512M -cp .\Runtime\Noarch\Supremica.jar;.\Runtime\Noarch\SupremicaLib.jar org.supremica.apps.Supremica -p SupremicaProperties.cfg


^ TOP



Q. I want to run Supremica on a mac, but I can't get it to work...

I use: Java SE 6 64 bit (no 32 bit available)
Supremica.jar, SupremicaLib.jar and Supremica.sh are all in the same directory
When typing ./Supremica I get the following error:
bash: ./Supremica: No such file or directory
Is there any way to get around this?

Change the name of Supremica.sh to Supremica. Make sure that the bash-script is executable (chmod 755 Supremica).

^ TOP