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. Set the value in the below properties: 

    Property NameDescriptionDefault Value
    abpm.jdo.cache.enableTo enable JDO cacheno
    abpm.jdo.cache.maxElementsinMemoryMaximum number of elements to be held in memory5000
    abpm.jdo.cache.idleTime  Time in seconds before an object in the cache expires if it is not accessed7200
    abpm.jdo.cache.timetoLive  Time in seconds from the point of creation in the cache till it expires (regardless of how frequently it is accessed in that time)86400
  4. Click Save.
  5. Click Reload configuration.
  6. Restart the server for the changes to take effects.