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
record runtime.GOARM during build, just as we record runtime.GOOS and runtime.GOARCH.
then on Linux use sched_setaffinity to force use of just one core if we end up with a
GOARM=5-built binary on a multiprocessor arm system.
GOARM=5 means no actual atomic operations, so use on a true multi-core system will fail.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: