tfragment_gc test: make more robust

This commit is contained in:
Araq
2018-02-13 13:10:35 +01:00
parent 1a2351f95f
commit 843bb50a8b

View File

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