summaryrefslogtreecommitdiff
path: root/test/LedgerHarness.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LedgerHarness.py')
-rwxr-xr-xtest/LedgerHarness.py4
1 files changed, 2 insertions, 2 deletions
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'