Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. On the Adminster tab, go to Setup > Application Settings > Update System Properties.

     

  2. Expand Performance Optimization > Caching > JDO.

  3.  

  4. Set the value in the below properties: 

    Property NameDescriptionDefault Value
    abpm.jdo.cache.enableTo enable JDO cache.no
    abpm.jdo.cache.maxElementsinMemoryMaximum number of elements to be held in memory5000. (0 = no limit)0
    abpm.jdo.cache.idleTimeTime in seconds before an object in the cache expires if it is not accessed.720086400
    abpm.jdo.cache.timetoLiveTime in seconds from the point of creation in the cache till it expires (regardless of how frequently it is accessed in that time). (0 = live forever or infinite)864000

    Image RemovedImage Added

     

  5. Click Save.
  6. Click Reload configuration.
  7. Restart the server for the changes to take effects.