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
Andy Till edited this page Jul 17, 2016
·
4 revisions
erlyberly will suspend tracing when it detects an overload, that traces are being sent faster than they can be sent to the UI by the erlyberly process on the remote node. Detection is done by checking the process message queue, if the number of queued messages is higher than the number configured in the maxTraceQueueLength property in the .erlyberly2 configuration file then dbg is stopped, a trace suspended message is sent to the UI and the queued traces are sent to the UI, limited to maxTraceQueueLength.