Product Administration Guide > Technical Reference >

Enabling Snapshot Mode


To use SnapShot Mode, you must turn it on by setting a server parameter. When Snapshot Mode is turned on, the eConfigurator server runs using cached objects, factories, and workers as much as possible. This improves performance.

When turned off, the eConfigurator server creates these objects for each user session. Table 48 lists the server parameters for managing Snapshot Mode.

Table 48.  Server Parameters for Managing 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.

eProdCfgNumOfCachedObjects

Product Configurator-Number of objects cached in memory

Integer

1000

Sets maximum number of objects a user can have in memory cache.

eProdCfgNumbofCachedWorkers

Product Configurator-Number of workers cached in memory

Integer

50

Sets maximum number of workers that can be in memory cache.

eProdCfgNumbOfCachedCatalogs

Product Configurator-Number of cached catalogs

Integer

10

Sets maximum number of catalogs that can be cached. May be set to same value as eProdCfgNumbOfCachedFactories. Catalogs contain the default product structure.

Product Administration Guide