commit | 06abf6cffaf8a8ec42866bde0ea260a88c5ef195 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed Dec 08 22:36:00 2021 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Dec 08 22:36:48 2021 +0000 |
tree | 651bd1b4ba54bfdae6a25c6d4f09f4a1a4409899 | |
parent | aae343f4cd214f619d29570e3fbecb3c58fdce20 [diff] |
Increase the memory used in acceptance tests The acceptance tests are getting longer and therefore more memory is needed because of the accumulation of Gerrit servers heap in the JVM across tests. Change-Id: I128b01b30348b1d93c0cd3bf081882c886702b2c
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.