Clark Boylan 95d9b83814 Reduce gerrit heap limit to 44g
We had been setting this to 48GB on java 8, but recent gerrit service
issues indicate that this may be too large for our current system on
java 11. In particular it appears the non heap portions of the jvm may
be in the ~8GB range leaving only about 5-6GB of usable system memory
for other activities like web servers, backups, and garbage collection.

Reduce this to 44GB to increase headroom to see if that helps us. Java
11 is reported to be much more efficient at garbage collecting so
hopefully that makes up the difference between lower memory and where we
were on java 8. As a side note we could revert back to java 8 as another
option.

Change-Id: Ie326aad2a9895098b484924a26c9257cd009d89e
2020-12-08 07:31:53 -08:00
..
2020-11-17 16:04:56 -08:00
2020-12-08 07:31:53 -08:00