commit | c957384647373b59875cc0bf438b013c2751661c | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sat Mar 05 10:29:25 2022 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Sat Mar 05 10:35:00 2022 +0000 |
tree | dcdc784f9453812ad471e857fb637f6f8316aeb3 | |
parent | 905c08b97ae8264a8f2e7ddb210be3d6e8316932 [diff] |
Fix Flogger formatting of exception in AutoAdjustCachesCommand Change-Id: I1b971e57ae5c1a77d61a0f609ca2e4c7b7d7a91f
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.
You can check how to migrate from H2 to chronicle-map here.