idiosyn/nixos/module/mimalloc.nix
2024-08-21 21:06:51 +02:00

4 lines
147 B
Nix

{ ... }: { config, lib, pkgs, ... }: {
environment.memoryAllocator.provider = "mimalloc";
environment.variables.MIMALLOC_LARGE_OS_PAGES = 1;
}