5 lines
147 B
Nix
5 lines
147 B
Nix
|
{ ... }: { config, lib, pkgs, ... }: {
|
||
|
environment.memoryAllocator.provider = "mimalloc";
|
||
|
environment.variables.MIMALLOC_LARGE_OS_PAGES = 1;
|
||
|
}
|