Commit 39f89dc6 authored by sternenseemann's avatar sternenseemann
Browse files

linux/common-config: fix crash kernel on i686

parent 7e4fc16a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ let

      # Enable crashkernel support
      PROC_VMCORE = yes;
      HIGHMEM4G = lib.mkIf (stdenv.hostPlatform.isx86 && stdenv.hostPlatform.is32bit) yes;

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