aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc_util.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2012-12-04 17:57:51 +0100
committerBjörn-Egil Dahlberg <[email protected]>2012-12-14 15:12:59 +0100
commit0fb68ef1f8c7f44c6f7edc1cc461d2b598b96fd9 (patch)
treece092b1f446a5325b1789424956f34ae00d92868 /erts/emulator/beam/erl_alloc_util.h
parent6c95e5c7bc376a2b04cdd9b23d0441fa9bee9e78 (diff)
downloadotp-0fb68ef1f8c7f44c6f7edc1cc461d2b598b96fd9.tar.gz
otp-0fb68ef1f8c7f44c6f7edc1cc461d2b598b96fd9.tar.bz2
otp-0fb68ef1f8c7f44c6f7edc1cc461d2b598b96fd9.zip
erts: Set super alignment (256kb) and limits for sbct (8Mb) and lmbcs (128Mb)
Diffstat (limited to 'erts/emulator/beam/erl_alloc_util.h')
-rw-r--r--erts/emulator/beam/erl_alloc_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_alloc_util.h b/erts/emulator/beam/erl_alloc_util.h
index 423bb0517e..e0754e7f69 100644
--- a/erts/emulator/beam/erl_alloc_util.h
+++ b/erts/emulator/beam/erl_alloc_util.h
@@ -226,7 +226,8 @@ erts_aint32_t erts_alcu_fix_alloc_shrink(Allctr_t *, erts_aint32_t);
# ifdef ARCH_64
# define MBC_ABLK_OFFSET_BITS 24
# elif HAVE_SUPER_ALIGNED_MB_CARRIERS
-# define MBC_ABLK_OFFSET_BITS 13
+# define MBC_ABLK_OFFSET_BITS 9
+ /* Affects hard limits for sbct and lmbcs documented in erts_alloc.xml */
# endif
#endif
#ifndef MBC_ABLK_OFFSET_BITS