idiosyn/nixos/module/mimalloc.nix

5 lines
147 B
Nix
Raw Normal View History

2024-08-18 13:47:18 +02:00
{ ... }: { config, lib, pkgs, ... }: {
environment.memoryAllocator.provider = "mimalloc";
environment.variables.MIMALLOC_LARGE_OS_PAGES = 1;
}