From 5de644a5972613f9600585ce152a49076370d2c2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 11 Jul 2020 01:35:00 +0100 Subject: chore(monorepo-gerrit): Increase Gerrit's heap limit to 4g (this translates to -Xmx) Change-Id: I31bbbd247952fa6a592cb66ad144025af640d2db Reviewed-on: https://cl.tvl.fyi/c/depot/+/1021 Tested-by: BuildkiteCI Reviewed-by: isomer --- ops/nixos/monorepo-gerrit.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ops/nixos/monorepo-gerrit.nix b/ops/nixos/monorepo-gerrit.nix index 577cf7922c..1595f58346 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; -- cgit 1.4.1