summaryrefslogtreecommitdiff
path: root/test/files/jvm/t1801.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/t1801.scala')
-rw-r--r--test/files/jvm/t1801.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/t1801.scala b/test/files/jvm/t1801.scala
index 83c88c2946..6ed7c56336 100644
--- a/test/files/jvm/t1801.scala
+++ b/test/files/jvm/t1801.scala
@@ -6,7 +6,7 @@ object Test {
var cnt = 0
while(cnt < 500) {
if ((cnt % 100) == 0) println(cnt)
- receiver ! new Array[Int] (1048576)
+ receiver ! new Array[Int] (148576)
cnt += 1
//println ("Used Mem: " + (((rt.totalMemory() - rt.freeMemory()) / 1048576.) formatted "%.2f") + " Mb")
}