1,126
edits
(Added graphic for finding the Application Group Object Size Parameter) |
(Added 'How to Estimate Object Size'.) |
||
| Line 38: | Line 38: | ||
[[File:ARS0141E-AGObjectSize.png|left|frame|How to find the Application Group Object Size Parameter in IBM Content Manager OnDemand]] | [[File:ARS0141E-AGObjectSize.png|left|frame|How to find the Application Group Object Size Parameter in IBM Content Manager OnDemand]] | ||
=== How to estimate the new object size === | |||
Use this simple formula to help you choose a new object size: | |||
( Maximum Load File Size in Kilobytes ) X ( Compression Ratio as a fraction of 1 ) ÷ 676 * ( 10% overhead ) | |||
So given the following info: | |||
* 37 GB file for loading | |||
* Estimated 76% compression (to 24% of the original size) | |||
37000000 * 0.24 ÷ 676 * 1.10 = 14449.704 | |||
The new estimated object size can be set to 14500 Kilobytes. | |||