Skip to content

Commit

Permalink
sessionctx: disable gc aware memory track (#40019)
Browse files Browse the repository at this point in the history
close #39971
  • Loading branch information
chrysan authored Dec 20, 2022
1 parent 5f1a739 commit 806fcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessionctx/variable/tidb_vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ const (
DefAdaptiveClosestReadThreshold = 4096
DefTiDBEnableAnalyzeSnapshot = false
DefTiDBGenerateBinaryPlan = true
DefEnableTiDBGCAwareMemoryTrack = true
DefEnableTiDBGCAwareMemoryTrack = false
DefTiDBDefaultStrMatchSelectivity = 0.8
DefTiDBEnableTmpStorageOnOOM = true
DefTiDBEnableMDL = true
Expand Down

0 comments on commit 806fcbf

Please sign in to comment.