
We are seeing java gc go crazy at times and aren't quite sure what is causing it. Add jvm gc logging to the gerrit process to help us identify what is happening. Additionally we add SYS_PTRACE to the container capabilities so that you can get heap dumps from the jvm. To get a heap dump you need to do roughyl: docker exec -u root -it gerritcontainerid jhsdb jmap --heap --pid $pid Change-Id: Ib4a5b84fda4eca73c7971c31ee74c3232eb733e4
Run Gerrit.