SystemLimitError exception (Elixir v1.19.0-dev)
View SourceAn exception raised when a system limit has been reached.
For example, this can happen if you try to create an atom that is too large:
iex> String.to_atom(String.duplicate("a", 100_000))
** (SystemLimitError) a system limit has been reached