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
Since go is a garbage-collected language, the amount of memory it uses is not completely deterministic. The memory stress test repeats the same director operation over and over, looking for growth in memory -- within a given threshold.
That threshold seems to be too tight for the GitHub runner. Let's loosen it up to reduce failures.
The text was updated successfully, but these errors were encountered:
Since go is a garbage-collected language, the amount of memory it uses is not completely deterministic. The memory stress test repeats the same director operation over and over, looking for growth in memory -- within a given threshold.
That threshold seems to be too tight for the GitHub runner. Let's loosen it up to reduce failures.
The text was updated successfully, but these errors were encountered: