diff --git a/ops/nixos/monorepo-gerrit.nix b/ops/nixos/monorepo-gerrit.nix index 577cf7922..1595f5834 100644 --- a/ops/nixos/monorepo-gerrit.nix +++ b/ops/nixos/monorepo-gerrit.nix @@ -23,6 +23,8 @@ in { package = config.depot.third_party.gerrit; + jvmHeapLimit = "4g"; + settings = { core.packedGitLimit = "100m"; log.jsonLogging = true;