Siebel System Administration Guide > Configuring Siebel Servers > Advanced Configuration Tasks >

Configuring Memory-Based Server Component Recycling


If certain multithreaded server components within your Siebel application are experiencing excessive memory consumption, parameters are available that configure a component process to restart automatically. This feature, called component recycling, allows continued operation of server components without affecting end users.

The memory-based component recycling feature operates as follows:

  • Identifies a process for recycling by monitoring virtual memory usage
  • Flags the process not to accept any new requests
  • Starts another process to take the place of the original process
  • Waits for all current tasks to complete
  • Shuts down the process, which releases memory resources back to the operating system

To configure memory-based recycling of server components, set the parameters Memory-Based Multithread Component Recycling (alias MemoryBasedRecycle) and Process Memory Usage Limit (alias MemoryLimit) at the component level for the affected multithreaded server component. The parameter MemoryBasedRecycle allows the recycling feature to monitor the virtual memory usage of a process and begins the recycling procedure when a certain memory limit is reached. The parameter MemoryLimit sets the memory limit at which recycling occurs.

NOTE:  Set the parameters for memory-based server component recycling at the component level.

See Parameters and Generic Parameters for further details on setting the component recycling parameters.

See Table 27 for a listing of all preconfigured server components. This table indicates whether the server component is multithreaded and, therefore, eligible to use the memory-based recycling feature.

Siebel System Administration Guide