From ae793605322971f38d85960c9e27bb29b35d27ad Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Tue, 29 Sep 2009 14:57:27 +0000 Subject: Fixed a memory usage test. Noah reported that forcing garbage collection only worked when allocating more terms. This ups the test number to what worked for him. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819977 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/040-util.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/etap/040-util.t b/test/etap/040-util.t index 38f82851..c4dffc4d 100755 --- a/test/etap/040-util.t +++ b/test/etap/040-util.t @@ -80,7 +80,7 @@ test() -> IntsToAGazillion = lists:seq(1, 200000), LotsOfData = lists:map( fun(Int) -> {Int, <<"foobar">>} end, - lists:seq(1, 200000)), + lists:seq(1, 500000)), etap:ok(couch_util:should_flush(), "Allocation 200K tuples puts us above the memory threshold.") end, -- cgit v1.2.3