Hi,
I have been getting an EhCache error recently:
[Store TradeCache Spool Thread] ERROR net.sf.ehcache.store.DiskStore (DiskStore.java:490) - TradeCacheCache: Could not write elements to disk cache
java.io.IOException: No space left on device
I am using Spring 1.2.8, which doesn't allow one to specify the maximum number of elements stored on disk for EhCache. Does anyone know what this is by default for EhCache with Spring 1.2.8?
We have been having a few issues with this lately. I'm aware that the above error suggests that there was not enough space in the area where these overflow files are created.
Many Thanks


Reply With Quote
