You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use kotlinx.ast in a server process, the process Out Of Memory, I found that
org.antlr.v4.kotlinruntime.atn.ATNConfig object has a large number of instance counts, and the process would be crashed.
When I use kotlinx.ast in a server process, the process Out Of Memory, I found that
org.antlr.v4.kotlinruntime.atn.ATNConfig object has a large number of instance counts, and the process would be crashed.
so how can l clear it.
I found there is a same problem: https://stackoverflow.com/questions/28017135/why-antlr4-parsers-accumulates-atnconfig-objects
but I do not know how i fixed it.
The text was updated successfully, but these errors were encountered: