Tom Chiverton
unread,Mar 28, 2013, 6:09:26 AM3/28/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fusion...@googlegroups.com
We have a relatively small application, with around 5 req/s average, normal peaks of around 20 req/s and sometimes around 40 or 50 req/s.
We are seeing high memory usage; I will be trying to get a heap dump the next time(*) this happens to see what they all are, but in the mean time was looking at the Heap/non-heap graph, and it's a bit odd.
In the space of 1m we burn through around 300meg heap, then I guess garbage collection kicks in and it's released.
We are not (intentionally) creating 300meg of objects, strings etc on a request; does anyone have any idea what this might be ?
I vaguely recall seeing recently an update (ColdFusion, Java, FR ?) that talked about a problem that manifested as this sort of pattern of heap usage, but can't seem to google it up again.
Tom
(*) I have one from a little after server start up to compare against. There is nothing of note in it