Re: DIH out of memory exception

2009-10-28 Thread Constantijn Visinescu
--- > From: "Gilbert Boyreau" > Sent: Tuesday, October 27, 2009 11:54 AM > To: > Subject: Re: DIH out of memory exception > > > Hi, >> >> I got the same problem using DIH with a large dataset in MySql database. >> >> Following

Re: DIH out of memory exception

2009-10-27 Thread William Pierce
uot; Sent: Tuesday, October 27, 2009 11:54 AM To: Subject: Re: DIH out of memory exception Hi, I got the same problem using DIH with a large dataset in MySql database. Following : http://dev.mysql.com/doc/refman/5.1/en/connector-j-reference-implementation-notes.html, and looking at the java code,

Re: DIH out of memory exception

2009-10-27 Thread Gilbert Boyreau
Hi, I got the same problem using DIH with a large dataset in MySql database. Following : http://dev.mysql.com/doc/refman/5.1/en/connector-j-reference-implementation-notes.html, and looking at the java code, it appears that DIH use PreparedStatement in the JdbcDataSource. I set the batchsiz