The path to the right answer is found by asking about how Erlang and the BEAM do garbage collection, since the BEAM is the actual VM that executes your Elixir code. Erlang Garbage Collector — OTP 29.0.2 (erts 17.0.2) is a great summary to start.
The path to the right answer is found by asking about how Erlang and the BEAM do garbage collection, since the BEAM is the actual VM that executes your Elixir code. Erlang Garbage Collector — OTP 29.0.2 (erts 17.0.2) is a great summary to start.