By means of various settings you can control process import behavior.
You enter the settings in the file ProcessImport_settings.properties under <installation directory<\ppmmashzone\server\bin\work\data_ppm\config\<client>.
The file contains settings for the configuration of PPM server, analysis server, and the data store (memory and hard drive) used for saving data objects (EPCs, keys, IDs, etc.) during the import process.
The various process import components use multiple data stores for data exchange. They are cache instances with continuous lifetime of data objects and the ability to swap elements out to the hard drive if main memory does not suffice. Users can specify the size of available memory (MAX_BYTES_LOCAL_HEAP) and hard drive memory (MAX_BYTES_LOCAL_DISK). They can also specify the location (DISK_STORE_PATH) where temporary data is to be saved.
The individual variables are described in the following table.
Key |
Example |
Description |
---|---|---|
MAX_BYTES_LOCAL_HEAP |
3072 |
Maximum size of available memory in MB |
MAX_BYTES_LOCAL_DISK |
32768 |
Maximum size of available hard drive memory in MB |
DISK_STORE_PATH |
<installation directory>\ppmmashzone\server\bin\work\data_ppm\diskstore |
Path to temporary data store |