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 the plugin process terminates abnormally, the main process may experience resource leaks, primarily related to "gob.Encode." The amount of this leakage is minimal, but if the number of plugin restarts increases, the amount of leakage also increases. Eventually, the main process may trigger an Out Of Memory (OOM) condition.
The text was updated successfully, but these errors were encountered:
OS: linux
When the plugin process terminates abnormally, the main process may experience resource leaks, primarily related to "gob.Encode." The amount of this leakage is minimal, but if the number of plugin restarts increases, the amount of leakage also increases. Eventually, the main process may trigger an Out Of Memory (OOM) condition.
The text was updated successfully, but these errors were encountered: