Joined: Tue Apr 12, 2005 12:01 pm Posts: 10 Location: London, UK
|
Dear all,
Can anyone please tell me what is the recommended number of elements one should allocate when configuring EHCACHE? I Have a web app with probably no more than 20 persistent objects and my settings are as follows:
<defaultCache
maxElementsInMemory="100"
eternal="false"
timeToIdleSeconds="30"
timeToLiveSeconds="60"
overflowToDisk="true"
/>
Is 100 for memory elements too low. Any suggestions will be appreciated.
_________________ Many thanks...
Arup
|
|