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
The exit code 143 signals that the process was killed by SIGTERM. This happens when the process oversteps its maximum granted resources, most commonly memory.
We are observing this kind of failure more now. We can either reduce GO_GC to have fuzz running a bit slower or use self-hosted runners with higher resource limit per CI job.
The text was updated successfully, but these errors were encountered:
The exit code 143 signals that the process was killed by
SIGTERM
. This happens when the process oversteps its maximum granted resources, most commonly memory.We are observing this kind of failure more now. We can either reduce GO_GC to have fuzz running a bit slower or use self-hosted runners with higher resource limit per CI job.
The text was updated successfully, but these errors were encountered: