···7272 # Disable YAMA by default to allow easy debugging.
7373 boot.kernel.sysctl."kernel.yama.ptrace_scope" = mkDefault 0;
74747575+ # Improve compatibility with applications that allocate
7676+ # a lot of memory, like modern games
7777+ boot.kernel.sysctl."vm.max_map_count" = mkDefault 1048576;
7578 };
7679}