]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: don't eagerly collapse hugepages
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 29 Sep 2023 19:16:38 +0000 (19:16 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 2 Oct 2023 18:30:51 +0000 (18:30 +0000)
commit595deec3dda8e81d514389efdbb4ee2bc38dcabe
treef1b573ce31d8dd37b7a413ad7f83a3c9b310cd9f
parent0362f5ba14e15c4fcc607f9f462c3f02fb11ff52
runtime: don't eagerly collapse hugepages

This has caused performance issues in production environments.

Disable it until further notice.

Fixes #63334.
Related to #61718 and #59960.

Change-Id: If84c5a8685825d43c912a71418f2597e44e867e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/531816
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
src/runtime/mgcscavenge.go