EHC ❯ Improve resource sharing for both heap and disk stores to better support large numbers of caches.
- 
                New Feature
 - 
                Status: Open
 - 
                2 Major
 - 
                Resolution:
 - 
                
 - 
                
 
- 
                cdennis
 - 
                Reporter: steve
 - 
                October 01, 2010
 - 
                2
 - 
                Watchers: 2
 - 
                November 19, 2012
 - 
                
 
Description
Make it possible to have 5000 caches with out blowing things out due to large numbers of threads etc.
Comments
Fiona OShea 2010-10-05
Manuel Dominguez Sarmiento 2011-08-01
Any plans regarding this? We use a huge number of DiskStore-backed caches and EhCache spawns a thread per cache that does basically nothing most of the time. This consumes resources (OS threads and stack memory for each thread, which defaults to 1 MB in 64 bit JVMs, though can be tuned with Xss JVM parameter).
Work with transparency team to figure out what it will take to do this for fremantle