]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: fix TestCPUProfileWithFork on Windows/ARM
authorJordan Rhee <jordanrh@microsoft.com>
Tue, 11 Dec 2018 22:57:59 +0000 (14:57 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 12 Dec 2018 01:36:16 +0000 (01:36 +0000)
commitda6294a35abfb62825da3e27b8ba998e71a4d81d
tree24be03209f17042afb0876e54c1f56463d6632e6
parent6764d7aeacd24f48875ce88a8e3c789cedfb2e28
runtime/pprof: fix TestCPUProfileWithFork on Windows/ARM

Use smaller heap on Windows/ARM, which generally does not have
page file enabled and therefore has limited virtual address space.

Updates #26148

Signed-off-by: Jordan Rhee <jordanrh@microsoft.com>
Change-Id: I4030be24a10fab7b9b659e3736b7e83f10710bfa
Reviewed-on: https://go-review.googlesource.com/c/153719
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/pprof/pprof_test.go