Re: Memory. Something else to keep in mind as you debug:

"There’s one big deal to watch out for with this new approach. The whole
idea of SoftReferences is that they will get garbage collected if they need
to, like when you’re running out of memory. This default cache has no such
provision. So, if you stipulate the cache can hold 10,000 objects but you
only have RAM for 5,000 objects, your server is going to grind to a halt as
it runs out of memory and either starts going to disk or throws
java.lang.OutOfMemory errors. Either way, not good!"

http://www.ghidinelli.com/2009/11/18/using-transfer-ehcache

- Gabriel

On Sun, Dec 20, 2009 at 2:18 AM, Elliott Sprehn <[email protected]> wrote:

> I'm seeing lots of issues with the new cache manager stuff. In
> particular I'm having issues where once I shutdown the cache manager I
> can never restart it. That is, even if I do structClear(application)
> and create a brand new Transfer instance it still says "Cache Manager
> Shutdown" every time.
>
> I'm also seeing a HUGE jump in memory usage since switching to the
> pluggable cache. Up to triple the memory usage.
>
> Rolled back to pre-pluggable cache on our machines until I can figure
> this one out.
>
> Anyone else seeing this?
>
> Going to be doing more debugging monday to see where some of the
> issues are from.
>
> --
> Before posting questions to the group please read:
>
> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
>
> You received this message because you are subscribed to the Google Groups
> "transfer-dev" 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/transfer-dev?hl=en

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" 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/transfer-dev?hl=en

Reply via email to