RES: groupby x out of memory

2008-04-23 Thread Fernando Simonetti
@ibatis.apache.org Assunto: Re: groupby x out of memory Try disabling "enhancement" as well. It might be CGLIB. Clinton On Tue, Apr 8, 2008 at 6:51 AM, Fernando Simonetti < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: Eventually my aplication server is going down by "O

Re: groupby x out of memory

2008-04-12 Thread Harvey Kim
> You can still run out of memory if you use "queryWithRowHandler" but > > > > highly unlikely unless you have an application like mine which could > > > > have a thread running for days. But to be really safe, you have to go > > > > back

Re: groupby x out of memory

2008-04-11 Thread Clinton Begin
gt; > through the ibatis code but I may do that one of these days because it > > > is a wonderful tool. > > > > > > > > > On Tue, 8 Apr 2008 12:27:29 -0700 (PDT), "Carlos de Luna Saenz" > > > <[EMAIL PROTECTED]> said: > > > > It seems li

Re: groupby x out of memory

2008-04-11 Thread Christopher Lamey
On 4/11/08 1:32 PM, "Nathan Maves" <[EMAIL PROTECTED]> wrote: > We have seen a few posts about using RowHandlers in the past few > months. Though I have not tried it with the optional groupBy attribute I > can definitively say that I have processed millions of row through a row > handler and my ap

Re: groupby x out of memory

2008-04-11 Thread Nathan Maves
t I may do that one of these days because it > > > is a wonderful tool. > > > > > > > > > On Tue, 8 Apr 2008 12:27:29 -0700 (PDT), "Carlos de Luna Saenz" > > > <[EMAIL PROTECTED]> said: > > > > It seems like there is not enough data in your

Re: groupby x out of memory

2008-04-11 Thread Harvey Kim
lt;[EMAIL PROTECTED]> said: > > > It seems like there is not enough data in your mail... > > > what data base are you accessing? how are you dealing with it > > (DataSource > > > is JDBC or via the App Server) your class is keeping the data for any > &g

Re: groupby x out of memory

2008-04-11 Thread Clinton Begin
> is JDBC or via the App Server) your class is keeping the data for any > > reason (maybe in a session or application bean)? what's the App Server? > > etc, etc... if i were you i should look all that kind of variables and > > monitor with a profiler to see if there's

Re: groupby x out of memory

2008-04-11 Thread Harvey Kim
ou i should look all that kind of variables and > monitor with a profiler to see if there's somehint wrong with the query, > the server, the managed memory, or all of the above. > Greetings > Carlos de Luna > > - Mensaje original > De: Fernando Simonetti <[EMA

Re: groupby x out of memory

2008-04-08 Thread Carlos de Luna Saenz
Para: "user-java@ibatis.apache.org" Enviado: martes, 8 de abril, 2008 7:51:26 Asunto: groupby x out of memory Eventually my aplication server is going down by "Out of Memory". Analizing de heap dumping, it's point for the same class allocating 600 Mb. This event can occur 3 hours

Re: groupby x out of memory

2008-04-08 Thread Clinton Begin
Try disabling "enhancement" as well. It might be CGLIB. Clinton On Tue, Apr 8, 2008 at 6:51 AM, Fernando Simonetti <[EMAIL PROTECTED]> wrote: > Eventually my aplication server is going down by "Out of Memory". > Analizing > de heap dumping, it's point for the same class allocating 600 Mb. > > T

groupby x out of memory

2008-04-08 Thread Fernando Simonetti
Eventually my aplication server is going down by "Out of Memory". Analizing de heap dumping, it's point for the same class allocating 600 Mb. This event can occur 3 hours or 3 days after I restart my server. This class is used thounsands times in the period. Monitoring the memory of the server, I