Merge "Set h2.maxCompactTime to 15 seconds"
This commit is contained in:
commit
5a10fb23fa
@ -34,6 +34,7 @@ services:
|
||||
environment:
|
||||
JAVA_OPTIONS: >-
|
||||
-Dlog4j2.formatMsgNoLookups=true
|
||||
-Dh2.maxCompactTime=15000
|
||||
{% if gerrit_heap_limit is defined %}
|
||||
-Xmx{{ gerrit_heap_limit }}
|
||||
{% endif %}
|
||||
|
@ -42,6 +42,7 @@
|
||||
javaHome = /usr/lib/jvm/java-17-openjdk-amd64
|
||||
javaOptions = "-Dflogger.backend_factory=com.google.common.flogger.backend.log4j.Log4jBackendFactory#getInstance"
|
||||
javaOptions = "-Dflogger.logging_context=com.google.gerrit.server.logging.LoggingContext#getInstance"
|
||||
javaOptions = -Dh2.maxCompactTime=15000
|
||||
[log]
|
||||
rotate = true
|
||||
compress = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user