Hi,
I notice that cberl.erl module uses list_to_atom function which will going to crash the system after the atom limit exceeded. Can you change it to use use list_to_existing_atom in order prevent that issue.
Also I have attached a patch for that.
patch.txt