Commit 1fb948a0 authored by Josh Bleecher Snyder's avatar Josh Bleecher Snyder

test: set GOMAXPROCS=1 in fixedbugs/issue9110

With this fix,

GOMAXPROCS=8 ./all.bash

passes, at least on my machine.

Fixes #10216.

Change-Id: Ib5991950892a1399ec81aced0a52b435e6f83fdf
Reviewed-on: https://go-review.googlesource.com/9392Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 9bef5cfb
......@@ -17,6 +17,7 @@ import (
)
func main() {
runtime.GOMAXPROCS(1)
debug.SetGCPercent(1000000) // only GC when we ask for GC
var stats, stats1, stats2 runtime.MemStats
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment