Skip to content

Commit

Permalink
Merge pull request #140433 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-24.2-140392

release-24.2: envutil: add MALLOC_CONF to safeVarRegistry
  • Loading branch information
sumeerbhola authored Feb 5, 2025
2 parents 2a8a492 + 4266ee5 commit d5601d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/util/envutil/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ var safeVarRegistry = map[redact.SafeString]struct{}{
"GOMAXPROCS": {},
"GOTRACEBACK": {},
"GOMEMLIMIT": {},
// Jemalloc configuration override.
"MALLOC_CONF": {},
// gRPC.
"GRPC_GO_LOG_SEVERITY_LEVEL": {},
"GRPC_GO_LOG_VERBOSITY_LEVEL": {},
Expand Down

0 comments on commit d5601d2

Please sign in to comment.