From c99654a78e4b00507b1416dd97b53de6f78c84c3 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 7 Dec 2017 20:30:51 +0100 Subject: lets see what appveyor reports as the used memory --- tests/fragmentation/tfragment_gc.nim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/fragmentation/tfragment_gc.nim b/tests/fragmentation/tfragment_gc.nim index 42f2f1cf6..064e8b360 100644 --- a/tests/fragmentation/tfragment_gc.nim +++ b/tests/fragmentation/tfragment_gc.nim @@ -21,4 +21,7 @@ let total = getTotalMem() # Concrete values on Win64: 58.152MiB / 188.285MiB echo "occupied ok: ", occ < 60 * 1024 * 1024 -echo "total ok: ", total < 200 * 1024 * 1024 +let totalOk = total < 210 * 1024 * 1024 +echo "total ok: ", totalOk +if not totalOk: + echo "total peak memory ", formatSize(total) -- cgit 1.4.1-2-gfad0