make tfragment_gc more robust for Appveyor

This commit is contained in:
Araq
2018-01-10 10:01:33 +01:00
parent b6b99da08f
commit 13e9f8aac1

View File

@@ -20,7 +20,7 @@ let total = getTotalMem()
# Concrete values on Win64: 58.152MiB / 188.285MiB
let occupiedOk = occ < 64 * 1024 * 1024
let occupiedOk = occ < 80 * 1024 * 1024
if not occupiedOk:
echo "occupied ", formatSize(occ)
echo "occupied ok: ", occupiedOk