-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
Security 2024-04-01, Security 2024-04-15
-
105
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Enable TCMalloc background processing.
Check if tcmalloc::MallocExtension::NeedsProcessBackgroundActions returns true. If true, start a background thread to callĀ tcmalloc::MallocExtension::ProcessBackgroundActions. This function will not return and does its only sleeping.
This only applies to tcmalloc-google. On tcmalloc-gperftools, there is no thread started.
Whether to start a thread will controlled by a boolean startup parameter server parameterĀ
tcmallocEnableBackgroundThread .