My Oracle Support Banner

How to Set the Java Parameters for Individual WCC Managed Servers (Doc ID 1579308.1)

Last updated on MARCH 05, 2024

Applies to:

Oracle WebCenter Content - Version 11.1.1.3.0 and later
Information in this document applies to any platform.

Goal

Generally when setting Java parameters for the Webcenter Content managed servers, the entries are added to one of the Weblogic start scripts, typically the setDomainEnv script.

But there can be circumstances when a particular managed server requires specific parameters that the other managed servers don't require.

As an example, setting the heap size in the setDomainEnv, an entry like this can be added to it:

WLS_MEM_ARGS_64BIT="-Xms256m -Xmx2048m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m"

export WLS_MEM_ARGS_64BIT

This will add the new heap size to the Java JVM process; however, any managed server in the WCC domain including the Admin Server will have that set heap size set.

This How To will explain how the Java parameters can be set for a specific managed server.

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
 This can be done two ways:
 Using Node Manager
 Adding managed server specific entries in the setDomainEnv.sh or .cmd file


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.