Hi, > I found one problem with soft cache. When heap is full of cached > pages, and program starts huge&fast allocation (big collection etc), > references are not cleared fast enought and it may fail with out of > memory exception.
That's bad. I guess that's not acceptable. Is it only when using the SoftReference, or also when using WeakReference? Soft anyway doesn't make sense (in my view). > Using MapMaker from Google collection would propably improve this very > much Why do you think so? I don't plan to add a dependency to the Google collection. Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
