Hi, I am using Torque torque-3.0-b2. When I do a select on large number (10,000) of records I get an Out of memory Exception. For example:
The following line gives an java.lang.OutOfMemoryError. The error occurs when I create the list. List responses =ULogPeer.doSelect(criteria); Whats the best way to fix it? Anmol -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
