aboutsummaryrefslogtreecommitdiff
path: root/debug/memusage.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/memusage.c')
-rw-r--r--debug/memusage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/memusage.c b/debug/memusage.c
index 2dbb39e0..716dc8b5 100644
--- a/debug/memusage.c
+++ b/debug/memusage.c
@@ -26,7 +26,7 @@ main(void)
lzma_init();
lzma_options_lzma lzma = {
- .dict_size = (1U << 27) + (1U << 26),
+ .dict_size = (1U << 30) + (1U << 29),
.lc = 3,
.lp = 0,
.pb = 2,