System information
Erlang/OTP 23 [erts-11.1.4] [source] [64-bit] [smp:8:1] [ds:8:1:10] [async-threads:1] [hipe] [x86_64-unknown-linux-gnu]
Run queues
System limits
Atoms
If the number of atoms keeps growing even if the system load is stable, you may have an atom leak in your application. You must avoid functions such as String.to_atom/1 which can create atoms dynamically.
44463 / 1048576 4%
Ports
If the number of ports keeps growing even if the system load is stable, you may have a port leak in your application. This means ports are being opened by a parent process that never exits or never closes them.
10 / 1048576 0%
Processes
If the number of processes keeps growing even if the system load is stable, you may have a process leak in your application. This means processes are being spawned and they never exit.
331 / 262144 0%
Memory
Atoms 1.3 MB
Binary 2.1 MB
Code 34.4 MB
ETS 8.4 MB
Processes 19.1 MB
Other 26.8 MB
Total usage: 92.0 MB