From c50f73ddb1c46acbfd5fca63dd698d92e2b07905 Mon Sep 17 00:00:00 2001 From: Philipp Haller Date: Mon, 22 Jun 2009 13:46:34 +0000 Subject: Added test for #2078. --- test/long-running/jvm/memleak2_actor.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/long-running/jvm') diff --git a/test/long-running/jvm/memleak2_actor.scala b/test/long-running/jvm/memleak2_actor.scala index eeb017f086..1673b12dac 100644 --- a/test/long-running/jvm/memleak2_actor.scala +++ b/test/long-running/jvm/memleak2_actor.scala @@ -22,7 +22,7 @@ object Test { def main(args: Array[String]) { val rt = Runtime.getRuntime() - for (o <- 1 to 200000) { + for (o <- 1 to 300000) { println("Outer [2AN] "+o) var a: List[A] = Nil for (i <- 1 to 10000) { @@ -32,7 +32,7 @@ object Test { t ! Start } for (act <- a) act ! EndMe - rt.gc() + //rt.gc() println("Free "+z(rt.freeMemory())+" total "+z(rt.totalMemory())) } } -- cgit v1.2.3