Re: OutOfMemoryError when building on x64

2006-08-25 Thread lfleal
Thanks all! It appears that raising the max memory in the javac task did the trick. Petar Tahchiev wrote: > > On 25/08/06, lfleal <[EMAIL PROTECTED]> wrote: >> >> David, >> >> The same build script works just fine under 1.5 on a win 32 server, the >

RE: OutOfMemoryError when building on x64

2006-08-25 Thread lfleal
... David Corley (AT/LMI) wrote: > > You should set the -Xms -Xmx properties for your JVM. They control the > minimum and maximum heap size the JVM is allowed to use. There's plenty > of documentation for these two switches online. > > -Original Message- > From: lflea

OutOfMemoryError when building on x64

2006-08-24 Thread lfleal
I have bulds that work fine in 32 bit environments (with Java 1.5), but will not work in a x64 environment. I am using Ant 1.6.5 and Java 1.5 06. Any ideas? Buildfile: build\build.xml init: [taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.