Performance Tuning Guide > Tuning Siebel Configurator for Performance > Configuring Snapshot Mode Caching for Configurator >

Parameters for Configuring Snapshot Mode Caching


To use Snapshot Mode caching, you specify values for several server parameters. At a minimum, you turn it on by setting eProdCfgSnapshotFlg to TRUE. Other parameters must be sized following guidelines such as those described in Determining Rough Sizing for Caching Parameters.

Table 4 lists the server parameters for configuring Snapshot Mode caching. Using Siebel Server Manager, set these parameters on each AOM component, or on the eProdCfgObjMgr component, according to your deployment.

Table 4.  Server Parameters for Configuring Snapshot Mode
Parameter Name
Display Name
Data Type
Default Value
Description

eProdCfgSnapshotFlg

Product Configurator-Collect and use snapshots of the Cfg objects

Boolean

FALSE

Enables or disables Snapshot Mode. Set to TRUE to turn on Snapshot Mode.

  • For an AOM deployment of Configurator, set this parameter on the AOM component.
  • For a dedicated Configurator server deployment, set this parameter on the AOM and on the eProdCfgObjMgr component.

eProdCfgNumOfCachedObjects

Product Configurator-Number of objects cached in memory

Integer

1000

Sets the maximum number of objects that can be cached in memory by the Object Broker.

  • For an AOM deployment of Configurator, set this parameter on the AOM component.
  • For a dedicated Configurator server deployment, set this parameter on the AOM and on the eProdCfgObjMgr component.

eProdCfgNumbofCachedWorkers

Product Configurator-Number of workers cached in memory

Integer

50

Sets the maximum number of Workers that can be cached in memory.

  • For an AOM deployment of Configurator, set this parameter on the AOM component.
  • For a dedicated Configurator server deployment, set this on the eProdCfgObjMgr component instead.

eProdCfgNumbOfCachedCatalogs

Product Configurator-Number of cached catalogs

Integer

10

Sets the maximum number of catalogs that can be cached in memory. Catalogs contain the default product structure.

  • For an AOM deployment of Configurator, set this parameter on the AOM component.
  • For a dedicated Configurator server deployment, set this on the eProdCfgObjMgr component instead.
Performance Tuning Guide