Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-88084

Enable TCMalloc background processing

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Server Security
    • Fully Compatible
    • Security 2024-04-01, Security 2024-04-15
    • 105

      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 .

            Assignee:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: