summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rwxr-xr-xtest/LedgerHarness.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 98768520..ef7cda14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -413,8 +413,8 @@ fullcheck: cppunittests
@$(top_builddir)/GenerateTests --verify
@$(top_builddir)/RegressTests --gmalloc
@$(top_builddir)/BaselineTests --gmalloc
- @$(top_builddir)/ConfirmTests --gmalloc
- @$(top_builddir)/GenerateTests --gmalloc
+# @$(top_builddir)/ConfirmTests --gmalloc
+# @$(top_builddir)/GenerateTests --gmalloc
######################################################################
diff --git a/test/LedgerHarness.py b/test/LedgerHarness.py
index 0668cfa6..cc3b04cd 100755
--- a/test/LedgerHarness.py
+++ b/test/LedgerHarness.py
@@ -32,8 +32,8 @@ class LedgerHarness:
env['MallocGuardEdges'] = '1'
env['MallocScribble'] = '1'
env['MallocPreScribble'] = '1'
- env['MallocCheckHeapStart'] = '100'
- env['MallocCheckHeapEach'] = '100'
+ env['MallocCheckHeapStart'] = '1000'
+ env['MallocCheckHeapEach'] = '10000'
env['DYLD_INSERT_LIBRARIES'] = '/usr/lib/libgmalloc.dylib'
env['MALLOC_PROTECT_BEFORE'] = '1'
env['MALLOC_FILL_SPACE'] = '1'