Re: Measure memory usage

2005-04-05 Thread Stefan Bodewig
On Tue, 5 Apr 2005, Mikael Petterson <[EMAIL PROTECTED]> wrote: > My problem is that I run out of memory when I run my test ( complile > 1.600 files and run over 5.000 tests). Is there a way to measure > how much memory ant is consuming? You can always ask the Java VM using built-in Java methods

Measure memory usage

2005-04-04 Thread Mikael Petterson \(KI/EAB\)
Hi, I am using ant to build and run tests. We run 1.6.2 on Solaris. My problem is that I run out of memory when I run my test ( complile 1.600 files and run over 5.000 tests). Is there a way to measure how much memory ant is consuming? When I run top I get no pointers about memory consumption.