on 6/11/01 9:54 AM, "James Coltman" <[EMAIL PROTECTED]> wrote:

> Torque is throwing a strange exception and when I examine the generated sql
> it is half finished. I am dealing with a big scheme so I am assuming it is
> probably a memory issue. Did the memory issues with Torque that have been
> discussed on this board before ever get resolved?
> 
> If not, how do I boost the amount of memory that ant uses to run Torque?

Yes, the memory issue was resolved. However, if you are dealing with a large
schema, you may still need to increase the default JVM stack size. If you
look at your "ant" script, you can see that setting the JAVACMD env variable
will allow you to pass parameters to the java app...

Something like this (assuming t/csh)...

setenv JAVACMD "java -mx256m -ms256m"
ant

-jon

-- 
"Open source is not available to commercial companies."
            -Steve Ballmer, CEO Microsoft
<http://www.suntimes.com/output/tech/cst-fin-micro01.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to