chore: reduce eval workers on Jeremiah to reduce OOM

This commit is contained in:
Greg Hellings
2026-03-04 10:53:12 -06:00
parent d7c6f23280
commit b1bfb337d6
+1 -1
View File
@@ -145,7 +145,7 @@ in
};
domain = "${config.networking.hostName}.shire-zebra.ts.net:8010";
evalMaxMemorySize = 8192;
evalWorkerCount = 8;
evalWorkerCount = 4;
gitea = {
enable = true;
instanceUrl = "https://src.thehellings.com";