hammant 02/03/27 12:56:43
Modified: altrmi memleak.xml
Log:
improved memleak test
Revision Changes Path
1.2 +9 -3 jakarta-commons-sandbox/altrmi/memleak.xml
Index: memleak.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/memleak.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- memleak.xml 27 Mar 2002 13:32:56 -0000 1.1
+++ memleak.xml 27 Mar 2002 20:56:43 -0000 1.2
@@ -3,7 +3,7 @@
<!--
"Alt (to) RMI" component of the Jakarta Commons Subproject
- $Id: memleak.xml,v 1.1 2002/03/27 13:32:56 hammant Exp $
+ $Id: memleak.xml,v 1.2 2002/03/27 20:56:43 hammant Exp $
-->
@@ -88,13 +88,19 @@
</target>
<target name="server" description="Memory Leak test server">
- <java classname="org.apache.commons.altrmi.test.MemoryLeakServerTest"
fork="true">
+
+ <echo>Warning : This spawns a seperate process that is not killed by Ctrl-C on
this process</echo>
+
+ <java classname="org.apache.commons.altrmi.test.MemoryLeakServerTest"
maxmemory="10m" fork="true">
<classpath refid="testA.classpath"/>
</java>
</target>
<target name="client" description="Memory Leak test client" depends="generate">
- <java classname="org.apache.commons.altrmi.test.MemoryLeakClientTest"
fork="true">
+
+ <echo>Warning : This spawns a seperate process that is not killed by Ctrl-C on
this process</echo>
+
+ <java classname="org.apache.commons.altrmi.test.MemoryLeakClientTest"
maxmemory="10m" fork="true">
<classpath refid="testA.classpath"/>
</java>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>