mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-10 13:48:10 +00:00
tfragment_gc test: make more robust
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user