1. estimating size of Java objects inside memcached stackoverflow.comI have a Java app that uses the spymemcached library (http://code.google.com/p/spymemcached) to read and write objects to memcached. The app always caches the same type of object to memcached. The cached ... |
2. Is there any java memory structures that will automatically page data to disk? stackoverflow.comBasically, I am caching a bunch of files in memory. The problem is, if I get too many files cached into memory I can run out of memory. Is there any ... |