From b0eb255746ccb3c8b164f9c541abe674263e39d0 Mon Sep 17 00:00:00 2001 From: Andreas Eriksen Date: Mon, 29 Apr 2024 13:09:12 +0200 Subject: link to cpu support doc --- client/go/internal/osutil/run_cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/go/internal/osutil/run_cmd.go b/client/go/internal/osutil/run_cmd.go index 3847dcc912a..ab7bd1069c3 100644 --- a/client/go/internal/osutil/run_cmd.go +++ b/client/go/internal/osutil/run_cmd.go @@ -38,7 +38,7 @@ func analyzeError(err error) string { msg := "died with signal: " + status.Signal().String() switch status.Signal() { case syscall.SIGILL: - msg = msg + " (you probably have an older CPU than required)" + msg = msg + " (you probably have an older CPU than required, see https://docs.vespa.ai/en/cpu-support.html)" } return msg } -- cgit v1.2.3