[erlang-questions] atom table limit & erlang shell
Howard Yeh
hayeah@REDACTED
Sat May 24 02:43:03 CEST 2008
Hi,
What happens if I exceed the atom table limit, and how would I know?
i am doing some code generation, which dynamically create maybe
2000~3000 new atoms (which are reused for later). Would that go over
the limit?
Anyway, it seems that the shell goes into a loop. The function that
does the generation would return properly, but I don't get the prompt
back...
it works fine for smaller test cases, so I am suspecting it might have
something to do with the atom table limit. Can somebody help me to
find out more?
Howard
More information about the erlang-questions
mailing list