commit | 07b1effd074c109e6ec4d494bf51c81ba436af6e | [log] [tgz] |
---|---|---|
author | Jacek Centkowski <geminica.programs@gmail.com> | Fri Oct 14 19:07:51 2022 +0100 |
committer | Jacek Centkowski <geminica.programs@gmail.com> | Thu Nov 03 11:15:23 2022 +0100 |
tree | e1285088e740ec87d38b9203de884c4a2266da34 | |
parent | 257a57f9f6243c99469db562415fc4a9e58f31d9 [diff] |
Provide default configuration for Gerrit persistent caches All average[Key|Value] sizes taken from [1] * 'common_context' number of entries 2000 (as there are typically 1+ comments per change) * 'gerrit_file_diff' number of entries 1000 * 'git_file_diff' number of entries 1000 * 'git_modified_files' number of entries 1000 * 'git_tags' number of entries 1000 * 'git_file_diff' number of entries 1000 * 'groups_byuuid_persisted' calculated by calling `auto-adjust-caches -a -d` with several groups created with names like in [1] or [2] [1] review.gerrithub.io [2] gerrit-review.googlesource.com Bug: Issue 15865 Change-Id: Idec99fa41aa50d4aff00f82ee8d53b4954e0e7a7
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.