Erlang/OTP 18.2.4.0.1

This release of Erlang/OTP can be built from source or installed using pre-built packages for your OS or third-party tools (such as kerl or asdf).

docker run -it erlang:18.2.4.0.1
Patch Package OTP 18.2.4.0.1
Git Tag OTP-18.2.4.0.1
Date 2017-05-10
System OTP
Release 18
Application

erts-7.2.1.1 #

The erts-7.2.1.1 application can be applied independently of other applications on a full OTP 18 installation.

OTP-13201
Application(s):
erts

Introduced new statistics functionality in order to more efficiently retrieve information about runnable and active processes and ports. For more information see:

-- statistics(total_run_queue_lengths)

-- statistics(run_queue_lengths)

-- statistics(total_active_tasks)

-- statistics(active_tasks)

Full runtime dependencies of erts-7.2.1.1: kernel-4.0, sasl-2.4, stdlib-2.5