-
Notifications
You must be signed in to change notification settings - Fork 23
DirectMemory FAQ
raffaeleguidi edited this page Sep 6, 2011
·
2 revisions
You need to get maven and try it out - see this page to get started with DirectMemory
I'm using OSCache (or another old caching system) and I have a lot of problems with the heap, a lot of OutOfMemory exceptions and. Can DirectMemory help?
You probably have OSCache (or whatever) problems, not heap problems and would probably benefit to a switch to a more modern cache (ehcache is a good choice but in some scenarios memcached could fit as well)
You can see DirectMemory as a local memcached - no network overhead, no install, simpler to manage. I know, memcached IS simple, but with DirectMemory you have nothing to manage:)