System crashing because of swoosh client

I am experiencing a frequent system crash because of this and it seems that is related to OOM problems…

erl_crash.dump shows some useful information like this

global: Name conflict terminating {Swoosh.Adapters.Local.Storage.Memory, #PID< 52923.3171.0 >}

{"Kernel pid terminated",application_controller,"{application_terminated,swoosh,shutdown}"}

Kernel pid terminated (application_controller) ({application_terminated,swoosh,shutdown})

Related issues:

Swoosh.Adapters.Local.Storage.Memory -> # config/prod.exs config :swoosh, local: false is already set, but the crashes are still occurring.

I was not able to gather much information from googling…

What’s your Swoosh adapter set up to in prod?

FYI Crashes caused by the Memory GenServer · Issue #716 · swoosh/swoosh · GitHub Fix crashes caused by the memory GenServer restarts by KiKoS0 · Pull Request #717 · swoosh/swoosh · GitHub