aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/ose/default.lmconf
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-10-15 18:10:47 +0200
committerLukas Larsson <[email protected]>2014-02-24 15:15:57 +0100
commit8ed59e4a9dddf083d2046e1bd58f397221928c0e (patch)
tree46c65c4edd5fdcb813ab3ca468c9cbc2eb53ad1d /erts/emulator/sys/ose/default.lmconf
parentf8cfcf356cf2f8c573713fc89883bb99003f242c (diff)
downloadotp-8ed59e4a9dddf083d2046e1bd58f397221928c0e.tar.gz
otp-8ed59e4a9dddf083d2046e1bd58f397221928c0e.tar.bz2
otp-8ed59e4a9dddf083d2046e1bd58f397221928c0e.zip
ose: Change start way to use arguments to beam.smp directly
The old way registered a shell command that needed to be executed. This way is more flexible as you can also use the lmconf file to set arguments there.
Diffstat (limited to 'erts/emulator/sys/ose/default.lmconf')
-rw-r--r--erts/emulator/sys/ose/default.lmconf7
1 files changed, 5 insertions, 2 deletions
diff --git a/erts/emulator/sys/ose/default.lmconf b/erts/emulator/sys/ose/default.lmconf
index f897872fa2..150111b1f6 100644
--- a/erts/emulator/sys/ose/default.lmconf
+++ b/erts/emulator/sys/ose/default.lmconf
@@ -2,9 +2,12 @@ OSE_LM_STACK_SIZES=256,512,1024,2048,4096,8192,16384,65536
OSE_LM_SIGNAL_SIZES=31,63,127,255,1023,4095,16383,65535
OSE_LM_POOL_SIZE=0x200000
OSE_LM_MAIN_NAME=main
-OSE_LM_MAIN_STACK_SIZE=0x400
+OSE_LM_MAIN_STACK_SIZE=0xF000
OSE_LM_MAIN_PRIORITY=20
-OSE_LM_PROGRAM_TYPE=SYS_RAM
+OSE_LM_PROGRAM_TYPE=APP_RAM
OSE_LM_DATA_INIT=YES
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