File tree 1 file changed +7
-0
lines changed 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,13 @@ should adjust their Linux configuration according to the recommendations in the
178
178
[ GC guide] ( /doc/gc-guide#Linux_transparent_huge_pages ) , or switch to a Linux
179
179
distribution that disables transparent huge pages altogether.
180
180
181
+ Go 1.22 added contention on runtime-internal locks to the [ ` mutex `
182
+ profile] ( /pkg/runtime/pprof#Profile ) . Contention on these locks is always
183
+ reported at ` runtime._LostContendedRuntimeLock ` . Complete stack traces of
184
+ runtime locks can be enabled with the [ ` runtimecontentionstacks `
185
+ setting] ( /pkg/runtime#hdr-Environment_Variable ) . These stack traces have
186
+ non-standard semantics, see setting documentation for details.
187
+
181
188
### Go 1.21
182
189
183
190
Go 1.21 made it a run-time error to call ` panic ` with a nil interface value,
You can’t perform that action at this time.
0 commit comments