Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-13 | Add min heap size start options to beam and erl | Björn-Egil Dahlberg | |
The erl (and beam) start arguments are extended with the following options: * +hms Size, sets the default minimum heap size for processes. * +hmbs Size, sets the default minimum binary virtual heap size for processes. The previous +h Size argument can still be used for backward compatibility purposes. | |||
2009-11-28 | dialyzer: make -wx always start the SMP emulator | Kostis Sagonas | |
The wx application will only work in the SMP emulator, so the -wx option for 'dialyzer' must force the -smp option when starting the emulator. Make sure that -wx in *any* position on the command line (not only as the first argument) forces the SMP emulator. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |