Maximum size of summary data that will be cached

What is the maximum size of summary data for an item that will be
cached by the infrastructure? Where does this limitiation lie? Can it be
increased or otherwise configured?

One of our applications is
publishing a UPA message of container type MAP, the entries of which are
themselves maps containing entries of field lists. Caching appears to
work OK until the summary data approaches a size near to 6k bytes at
which point the cache simply returns an empty dataBody to any consumers.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    According to the information from TREP support team, there is a parameter that can be set to increase the maximum message size:

    *maxSecondLevelElementSize: <size>

    After increasing its value to 25000, ADH can cache the message with the size of summary data more than 6k bytes and the rsslConsumer can retrieve the cached data properly.

Answers