Re: Problems With compiling Files that I generate with jspc

2002-06-24 Thread Steve Loughran
I think there is a limit to the #of files jasper can take at a time; and as yet no way to ask for more memory. Could you break your jspc call up into subdirectories? - Original Message - From: "Rodrigo Pinheiro" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday,

RE: Problems With compiling Files that I generate with jspc

2002-06-24 Thread Burns, Chris
Try expanding the amount of memory used by the JVM. We had a similar problem trying to run our app, because it used too much memory during execution. Try adding -Xmx to your command line. The number field represents the amount of memory being allocated to the system. Try this with increasingly la