How to monitor atom table counter?

Hi all,

I’m trying to figure out how can I monitor atom table?

Thanks,
SL

What is an “atom table”, please?

Here’s a good blog post about this

each atom that you created in elixir, create new entry in table called atom table.
it is limited to 1M records, if you pass it then erlang beam can crash.

Thanks for the blog.
I already went over it, but my erlang doesn’t return any status/value.

OK, I had to make a restart.
Now it works, thanks anyway!

ah ok. You want to check if you’re not creating atoms that’d ruin your system. Makes sense.