Change the session scheduling interval

The frequency at which the scheduler reassesses resource assignments between sessions is called the scheduling interval.

  1. Change the interval in the application profile, by setting the sessionSchedulingInterval attribute in the Consumer section. The attribute is in milliseconds, default 500 milliseconds.

    For example:

    <Consumer applicationName="MyApplication" consumerId="/consumer" taskHighWaterMark="1.0" taskLowWaterMark="0.0" preStartApplication="false" numOfPreloadedServices="1" sessionSchedulingInterval="500" />
  2. Re-register your application with the soamreg command. (If you prefer, do this procedure using the Platform Management Console to export and import the application profile.)