]> granicus.if.org Git - gc/commitdiff
2010-07-28 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Tue, 27 Jul 2010 20:57:47 +0000 (20:57 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:54 +0000 (21:06 +0400)
* tests/test.c (check_heap_stats): Increase max_heap_sz by 20% for
64-bit CPUs (to prevent "Unexpected heap growth" failure on Win64,
at least).

ChangeLog
tests/test.c

index 4c2cfd950c774b700d2f0df63935351553dec135..165a2221f1fdedf76146cf5752e72f3aafe1d5a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-28  Ivan Maidanski <ivmai@mail.ru>
+
+       * tests/test.c (check_heap_stats): Increase max_heap_sz by 20% for
+       64-bit CPUs (to prevent "Unexpected heap growth" failure on Win64,
+       at least).
+
 2010-07-14  Ivan Maidanski <ivmai@mail.ru>
 
        * tests/test.c (check_heap_stats): Increase max_heap_sz by 25% for
index f98b00f9a4de02c9a81cc29cb233c0e9185dede9..b221bd35083cfd6848f75c63181d4d1086c70390 100644 (file)
@@ -1260,7 +1260,7 @@ void check_heap_stats(void)
 #     endif
 #   else
 #     if CPP_WORDSZ == 64
-        max_heap_sz = 19000000;
+        max_heap_sz = 23000000;
 #     else
         max_heap_sz = 15000000;
 #     endif