I was having issues with Transfer and high volumes, but tweaking the JVM
garbagecollection to run about every 5 minutes or so helped keep memory at a
'sane' level.  Rather than letting it fill up then HALT everything while it
cleans up a ton of crap, I do it every 5 (which I dont even notice as the
site is running)

Peep this article:
http://www.alagad.com/go/blog-entry/the-heart-of-the-matter-the-jvm

Has some good stuff about GC in it.  Hope that helps!

Chris Peterson

On Wed, Oct 22, 2008 at 2:45 PM, dave <[EMAIL PROTECTED]> wrote:

>
> So i have two websites both using the same transfer.xml file. They
> both are constantly being hit by our internal google search appliance
> as well as outside traffic. Just upgraded from 0.6 to 1.1 (yes don't
> ask)....This is on CF 7.02, windows 2003 box.
>
> Problem is that Jrun memory slowly climbs to 99% cpu every couple
> hours, forcing me to restart CF.
>
> The main transfer caching is on the editorial side. Same content to
> all users. So my question is, should i be using instance or
> application scope caching? I've currently trying...
>
> <objectCache>
>                <defaultcache>
>                        <maxobjects value="100"/>
>                        <accessedminutestimeout value="30"/>
>                        <scope type="instance"/>
>                </defaultcache>
>  </objectCache>
>
> Tried many variations of this, including having separate <cache>
> nodes, and set to none. Just trying to find best practices here for a
> high traffic newspaper/editorial type of website...Setting scope type
> equal to 'none' seems to give the best results but....
>
> Thanks,
> Dave
>
> >
>


-- 
Hey! I dont tell you how to tell me what to do, so dont tell me how to do
what you tell me to do! ~ Bender (Futurama)

--~--~---------~--~----~------------~-------~--~----~
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