Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-14605

script to disable THP

    XMLWordPrintable

Details

    Description

      script to disable THP should be part of the setup. asking customers to this manually every time causes customer dissat.

      1. disable THP
        for i in /sys/kernel/mm/*transparent_hugepage/enabled; do
        echo never > $i;
        done
      1. disable THP defrag
        for i in /sys/kernel/mm/*transparent_hugepage/defrag; do
        echo never > $i;
        done

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              mikew Mike Wiederhold [X] (Inactive)
              drigby Dave Rigby (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty