Consultor Eletrônico



Kbase P92569: How do I turn on additional JVM startup parameters for OpenEdge Unified brokers?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/29/2008
Status: Verified

GOAL:

How do I turn on additional JVM startup parameters for OpenEdge Unified brokers?

GOAL:

How do I turn on additional JVM startup parameters for WebSpeed?

GOAL:

How do I turn on additional JVM startup parameters for OpenEdge AppServers?

GOAL:

How do I turn on additional JVM startup parameters for OpenEdge programs that use JVM shipped with Progress?

FACT(s) (Environment):

OpenEdge 10.x
OpenEdge Server Technology Category: AppServer

FIX:

Following are procedures on how to add additional JVM startup parameters for OpenEge Unified broker:

- Shut down the broker and the admin server on the broker machine.
- In the $DLC/properties (%dlc%\properties) directory, there is a file called
AdminServerPlugins.properties. It contains a section that looks like this:

[PluginPolicy]
classloader=java.net.URLClassLoader
classpath=
pluginclasspath=
jvmargs=-ms8m -mx25m
policyfile=install_dir/java/java.policy
authpolicy=
loginconfig=

Add additional JVM parameters "-server -Xms128m -Xmx128m" to the jvmargs line:
jvmargs=-server -Xms128m -Xmx128m

- Restart the adminserver
- Restart the broker