mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-18 23:11:36 +00:00
another attempt to make the fragmentation test more robust for Windows
This commit is contained in:
@@ -24,7 +24,7 @@ let occupiedOk = occ < 64 * 1024 * 1024
|
||||
if not occupiedOk:
|
||||
echo "occupied ", formatSize(occ)
|
||||
echo "occupied ok: ", occupiedOk
|
||||
let totalOk = total < 210 * 1024 * 1024
|
||||
let totalOk = total < 230 * 1024 * 1024
|
||||
if not totalOk:
|
||||
echo "total peak memory ", formatSize(total)
|
||||
echo "total ok: ", totalOk
|
||||
|
||||
Reference in New Issue
Block a user