Skip to content

Overload Protection

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.

Clone this wiki locally