diff options
author | Simon Marlow <marlowsd@gmail.com> | 2016-08-30 17:07:36 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-08-31 13:15:33 -0400 |
commit | d790cb9db71693baed70e3de8e9100d5b7d7404b (patch) | |
tree | f76edc103b57e6dad45536ad082d30a5347d5ce9 /testsuite/tests/perf/space_leaks/all.T | |
parent | 3005fa5313b6d5fd9d4f47192c84e96e94ee7f17 (diff) | |
download | haskell-d790cb9db71693baed70e3de8e9100d5b7d7404b.tar.gz |
Bump the default allocation area size to 1MB
This is long overdue.
Perhaps 1MB is a little on the skinny size, but this is based on
* A lot of commodity dual-core desktop processors have 3MB L3 cache
* We're traditionally quite frugal with memory by default
Test Plan: validate
Reviewers: erikd, bgamari, hvr, austin, rwbarton, ezyang
Reviewed By: ezyang
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2496
Diffstat (limited to 'testsuite/tests/perf/space_leaks/all.T')
-rw-r--r-- | testsuite/tests/perf/space_leaks/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T index 9d0661f817..c6b1d925a6 100644 --- a/testsuite/tests/perf/space_leaks/all.T +++ b/testsuite/tests/perf/space_leaks/all.T @@ -46,7 +46,8 @@ test('T4334', test('T2762', [# peak_megabytes_allocated is 2 with 7.0.2. # Was 57 with 6.12.3. - stats_num_field('peak_megabytes_allocated', (2, 0)), + # 2016-08-31: 3 (allocation area size bumped to 1MB) + stats_num_field('peak_megabytes_allocated', (3, 0)), only_ways(['normal']), extra_clean(['T2762A.hi', 'T2762A.o'])], compile_and_run, ['-O']) |