Increase memory but limited workers for eval

This commit is contained in:
Greg Hellings
2025-12-10 08:22:21 -06:00
parent 2cb2e2f3d1
commit c446dcbaa7
+2 -1
View File
@@ -152,6 +152,8 @@ in
};
};
domain = "${config.networking.hostName}.shire-zebra.ts.net:8010";
evalMaxMemorySize = 8192;
evalWorkerCount = 8;
gitea = {
enable = true;
instanceUrl = "https://src.thehellings.com";
@@ -163,7 +165,6 @@ in
};
showTrace = true;
#webhookBaseUrl = "http://${config.networking.hostName}.shire-zebra.ts.net:8010";
evalMaxMemorySize = 8192;
workersFile = config.age.secrets.gitea-buildbotWorkersFile.path;
};
worker = {