minecraft: make more responsive

This commit is contained in:
2026-02-27 00:04:07 -05:00
parent 9692fe5f08
commit 2c0811cfe9
4 changed files with 61 additions and 12 deletions

View File

@@ -60,6 +60,10 @@ testPkgs.testers.runNixOSTest {
wants = lib.mkForce [ ];
after = lib.mkForce [ ];
requires = lib.mkForce [ ];
serviceConfig = {
Nice = lib.mkForce 0;
LimitMEMLOCK = lib.mkForce "infinity";
};
};
# Test-specific overrides only - reduce memory for testing