]> Cypherpunks repositories - gostls13.git/commit
runtime/trace: reduce memory usage for trace stress tests on openbsd/arm
authorJoel Sing <jsing@google.com>
Thu, 1 Oct 2015 12:34:48 +0000 (22:34 +1000)
committerJoel Sing <jsing@google.com>
Thu, 1 Oct 2015 18:00:55 +0000 (18:00 +0000)
commitdb70c019d7175de54583f99a38016f4ff7bb5eba
treefef3c12e8ab4df61e59eeb34439d7ee9f0bc5673
parent1d5251f707af711720cbd92891a1d62b89c15977
runtime/trace: reduce memory usage for trace stress tests on openbsd/arm

Reduce allocation to avoid running out of memory on the openbsd/arm builder,
until issue/12032 is resolved.

Update issue #12032

Change-Id: Ibd513829ffdbd0db6cd86a0a5409934336131156
Reviewed-on: https://go-review.googlesource.com/15242
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
src/runtime/trace/trace_test.go