Re: java, oom, gc stop the world

2013-01-22 Thread David DeMaagd
It's worth noting that we currently run kakfa at LinkedIn with a 5G heap (not 3G, still using the CMS GC though - should update that), and the info on that wiki is aimed at 0.7. We are actively working on things for 0.8 - don't have a 'this works for us', much less a 'recommendedation' there

Re: java, oom, gc stop the world

2013-01-22 Thread Jay Kreps
We put a lot of info here: https://cwiki.apache.org/confluence/display/KAFKA/Operations Does that help? -Jay On Tue, Jan 22, 2013 at 7:14 PM, S Ahmed wrote: > In the wild, what sort of memory usage patterns have you guys seen with > kafka? > > I'm not that well versed with java and its memory