Increasing Heap Size to Prevent Out of Memory
When running Visual Paradigm’s product, you might receive a message that ask you to increase the memory size in order to complete an action, for example, generating report for a large scale project. In such case, you need to increase the heap size of the JVM. The following sections list the steps required to start a product with an increased heap size value.
VP-UML, DB-VA (Standalone), Agilian and BP-VA
Run the command prompt
Change directory to $vpsuite-installation-folder/bin (or $bp-va-installation-folder/bin for BP-VA installation)
Execute the following script to start the product. Please allocate at least 768m for the heap size, defined by the option -Xmx.
|
..\jre\bin\java -Xms128m -Xmx1024m -cp ".;..\lib\vpplatform.jar;..\lib\jniwrap.jar;..\lib\jhall.jar;..\lib\vpuml-help.jar;..\lib\winpack.jar;..\lib\openapi.jar;..\ormlib\orm.jar;..\lib\jh.jar;..\lib\lib01.jar;..\lib\lib02.jar;..\lib\lib03.jar;..\lib\lib04.jar;..\lib\lib05.jar;..\lib\lib06.jar;..\lib\lib07.jar;..\lib\lib08.jar;..\lib\lib09.jar;..\lib\lib10.jar" RV
|
SDE and DB-VA with IDE
Resource