aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorJonas Karlsson <[email protected]>2013-11-04 13:36:37 +0100
committerLukas Larsson <[email protected]>2014-02-24 15:16:01 +0100
commit5352e800edf7e59d352a8d2dc7a7bee7ba916e1b (patch)
treea4674d122a15bcc8e7020d39a8aa635fab43754f /erts
parentcbfff8e7148a51a76f31effc6b2486f4bda927f6 (diff)
downloadotp-5352e800edf7e59d352a8d2dc7a7bee7ba916e1b.tar.gz
otp-5352e800edf7e59d352a8d2dc7a7bee7ba916e1b.tar.bz2
otp-5352e800edf7e59d352a8d2dc7a7bee7ba916e1b.zip
ose: Use spinlock as default heap lock mechanism
Diffstat (limited to 'erts')
-rw-r--r--erts/emulator/sys/ose/default.lmconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/emulator/sys/ose/default.lmconf b/erts/emulator/sys/ose/default.lmconf
index 150111b1f6..6d3499df8f 100644
--- a/erts/emulator/sys/ose/default.lmconf
+++ b/erts/emulator/sys/ose/default.lmconf
@@ -10,4 +10,5 @@ OSE_LM_BSS_INIT=YES
OSE_LM_EXEC_MODEL=SHARED
HEAP_MAX_SIZE=1000000000
HEAP_SMALL_BUF_INIT_SIZE=64000000
-HEAP_LARGE_BUF_THRESHOLD=16000000 \ No newline at end of file
+HEAP_LARGE_BUF_THRESHOLD=16000000
+HEAP_LOCK_TYPE=2