Unverified Commit aa1d7edc authored by K900's avatar K900 Committed by GitHub
Browse files

linux/common-config: enable MEM_ALLOC_PROFILING (#392647)

parents beb00e74 5383bc99
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -111,6 +111,10 @@ let

      # Enable crashkernel support
      PROC_VMCORE = yes;

      # Track memory leaks and performance issues related to allocations.
      MEM_ALLOC_PROFILING = whenAtLeast "6.10" yes;
      MEM_ALLOC_PROFILING_ENABLED_BY_DEFAULT = whenAtLeast "6.10" yes;
    };

    power-management =