Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
72:general_configuration [2018/09/27 18:06] – [General Configuration of Stages] emr72:general_configuration [2018/09/27 18:10] – [General Configuration of Stages] emr
Line 17: Line 17:
 === Configuration of Stages Service Parameter === === Configuration of Stages Service Parameter ===
  
-Stages service can be configured in the tomcat service configuration GUI<StagesInstallDir>\tomcat \bin\tomcatw.exe. To start the tomcat GUIplease run the following command in MS-DOS shell:+Stages service can be configured in the tomcat service configuration GUI ''<StagesInstallDir>\tomcat \bin\tomcatw.exe''. To start the tomcat GUI please run the following command in MS-DOS shell:
  
-''bin/tomcatw.exe //ES//projectkit''+''bin/tomcatw.exe //ES//stages''
  
 In the Java tab you can configure additional Java start parameter for Stages that are listed below: In the Java tab you can configure additional Java start parameter for Stages that are listed below:
  
-  * Xmx (Max memory pool): 1024 MB +  * Xmx (Max memory pool): 4048 MB 
-  * Xms (Initial memory pool): 512 MB +  * Xms (Initial memory pool): 4048 MB 
-  * Remote monitoring of Stages application via JConsole or SVisualVM+  * Remote monitoring of Stages application via JConsole or JVisualVM
       * ​​​Dcom.sun.management.jmxremote.port=8055       * ​​​Dcom.sun.management.jmxremote.port=8055
       * Dcom.sun.management.jmxremote.authenticate=false       * Dcom.sun.management.jmxremote.authenticate=false
       * Dcom.sun.management.jmxremote.ssl=false       * Dcom.sun.management.jmxremote.ssl=false
-  * Set Option for not garbage collected Java heap size, the so called permanent generation: 
-      * XX:MaxPermSize=256m 
-      * XX:PermSize=256m