]> Cypherpunks repositories - gostls13.git/commit
runtime: fix trigger for concurrent GC
authorRick Hudson <rlh@golang.org>
Tue, 13 Jan 2015 20:36:42 +0000 (15:36 -0500)
committerAustin Clements <austin@google.com>
Wed, 21 Jan 2015 16:19:48 +0000 (16:19 +0000)
commit44529d939192c3034a04e2eff865d04ee51ae532
tree75168017ba7f73c776d30bd6e00df18cea34d37c
parent6cf5a733d54dfbef47e908f91bf50d7180317325
runtime: fix trigger for concurrent GC

Adujst triggergc so that we trigger when we have used 7/8
of the available memory.

Change-Id: I7ca02546d3084e6a04d60b09479e04a9a9837ae2
Reviewed-on: https://go-review.googlesource.com/3061
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/malloc.go