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
Memory consumed by the DFA cache is dominated by the ATNConfigSet associated with each DFAState. By storing a compressed form which can be used to reconstruct the actual ATNConfigSet in the event of ATN failover, memory usage could improve by over 85%.
The text was updated successfully, but these errors were encountered:
Memory consumed by the DFA cache is dominated by the
ATNConfigSet
associated with eachDFAState
. By storing a compressed form which can be used to reconstruct the actualATNConfigSet
in the event of ATN failover, memory usage could improve by over 85%.The text was updated successfully, but these errors were encountered: