| Supremica | |
|
Menu: Search: Powered by Website Baker |
Supremica
SupremicaQ. 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: . 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)
Change the name of Supremica.sh to Supremica. Make sure that the bash-script is executable (chmod 755 Supremica).
|