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
Under high load the refcounted binaries coming in on the socket may not be GCd fast enough. It should be pretty obvious when this is the case as the VM will run out of memory and die horribly.
There is no need to introduce explicit datagram drop to alleviate issue of inbox being unbounded. It's enough to switch socket (inet:setopts) from {active, true} to {active, 1} for processing. If datagrams will not be pulled fast enough BEAM or kernel themselves will start dropping datagrams.
Under high load the refcounted binaries coming in on the socket may not be GCd fast enough. It should be pretty obvious when this is the case as the VM will run out of memory and die horribly.
Use https://github.com/ferd/pobox or https://github.com/jlouis/safetyvalve
The text was updated successfully, but these errors were encountered: