Consultor Eletrônico



Kbase P88501: How to improve performance of long running Progress java processes
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/12/2004
Status: Unverified

GOAL:

How to improve performance of long running Progress processes

GOAL:

How to use -server vm parameter in tuning JVM

GOAL:

How to change the default of -client to -server in JVM settings

FIX:

To accomplish this task, set the -server parameter on the 'jvmArgs' within the [Ubroker] section of the ubroker.properties files as follows:
jvmArgs=@{JAVA\JVMARGS} -server
The ubroker.properties file is a hierarchical file, thus all settings within the [Ubroker] section will be inherited by the other brokers defined within the ubroker.properties file.