> Any thoughts? JVM out of memory was my nagging thought, but > I have increased the ram allocations both for ant and for the > jvm via ANT_OPTS and JAVA_OPTS in the .bashrc file and the > ram allocation increases by that amount in the "System > Monitor - Process Listing - Memory", but the task still > grinds to a halt at the same step in ant. Perhaps the memory > allocation for the jvm that ant is actually using (perhaps > not the .bashrc targetted one) is being set somewhere that I > haven't found?
Put ANT_OPTS="$ANT_OPTS -Xmx256m" string into .antrc in your home dir _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

