commit | d6a669efe953c9e98b640e6e569a2083a4b6e0a4 | [log] [tgz] |
---|---|---|
author | Marcin Czech <maczech@gmail.com> | Tue Oct 20 09:05:00 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 20 09:05:00 2020 +0000 |
tree | 8b36ec37bd184d38a487ce9443d790a7210e6319 | |
parent | c080ad76b3d9b4d334599e20d00fe6b6cf20a9ec [diff] | |
parent | 473e0d78872fd3d793ea698f0ab2849e2361278f [diff] |
Merge "Provide SSH command to analyze H2 caches" into stable-3.3
Non-blocking and super-fast on-disk cache libModule for Gerrit Code Review based on ChronicleMap on-disk implementation.
This libModule is built like a Gerrit in-tree plugin, using Bazelisk. See the build instructions for more details.
Install the chronicle-map module into the $GERRIT_SITE/lib
directory.
Add the cache-chroniclemap module to $GERRIT_SITE/etc/gerrit.config
as follows:
[gerrit] installModule = com.googlesource.gerrit.modules.cache.chroniclemap.ChronicleMapCacheModule
For further information and supported options, refer to config documentation.