CREATE_SCHEDULE_JAVA_PARAMS

Description:

This parameter enables you to configure the maximum Java heap size and any other options supported by the Java Virtual Machine (JVM). This parameter also allows you to configure VM options to be passed to the JVM, such as initial and maximum memory settings.

You must set this parameter’s value correctly to ensure the proper outcome of your schedules. CREATE_SCHEDULE_JAVA_PARAMS allows you to alter the default Java run time command line options and is typically used to alter the default JVM heap size to ensure that sufficient system resources are allocated when the Job Scheduler initiates a schedule generation task. The default value for this parameter is -Xmx256m, a value which may be too low for some customers. For example, larger clients may need to modify this value to –Xmx1024m to set their maximum heap size to 1024m.

Valid Values:

any valid Java argument

Default Value:

-Xmx256m

Location:

system/modules/scheduleOptimization

Effective:

n/a