6 lines
106 B
Nix
6 lines
106 B
Nix
{
|
|
systemd.services.garage.serviceConfig = {
|
|
MemoryHigh = "128M";
|
|
MemorySwapMax = "256M";
|
|
};
|
|
}
|