Product 360
- Product 360 10.5
- All Products
# Status cache initialization will utilize multiple threads once the threshold has been reached. # Default: 200000 com.heiler.ppm.status.server/statusCache.parallelTreshold = 200000 # The maximum amount of concurrent threads to query the database. # Default: empty (using "number of DB CPU cores" configured in server.properties) com.heiler.ppm.status.server/statusCache.parallelDegree =
# Allows the status cache initialization over network. # Default: true com.heiler.ppm.status.server/statusCache.networkEnabled = true # The amount of status cache elements contained in every network request. # Default: 500000 com.heiler.ppm.status.server/statusCache.networkBatchSize = 500000 # The maximum amount of parallel threads to transfer the status cache over the network. # While there can be only one active socket at a time, the other threads will be preparing their payload. # In case there are less CPU cores available, all CPU cores except one will be utilized. # Default: 4 com.heiler.ppm.status.server/statusCache.networkParallelDegree = 4
# Allows the status cache initialization from local storage. # Default: true com.heiler.ppm.status.server/statusCache.localStorageEnabled = true # The local file path of the status cache snapshot # Default: empty (using workspace) com.heiler.ppm.status.server/statusCache.localStoragePath = # The maximum amount of parallel threads to read the status cache from the local storage. # This process is I/O bound, i.e. increasing parallel degree could lead to worse performance. # In case there are less CPU cores available, all CPU cores except one will be utilized. # Default: 4 com.heiler.ppm.status.server/statusCache.localStorageParallelDegree = 4
Can you please mention which file has the above mentioned configs
Couldnot find them in the plugincustomization.ini , server.properties, eCache.xml
Hi Prasanna,
We will check with the engineering team and will get back to you.
Regards,
Informatica Documentation team
Hi Prasanna,
You can add these properties to the plugin_customization.ini file. The file doesn't include these properties by default.
Regards,
Informatica Documentation Team