Bump gerrit account caches to 32768

Apparently we might need to keep all account entries in memory.
We currently have 26k accounts, so this gives us head room.

Change-Id: I33280ecc4c0bb24600ca78814e0a953d9dc696d7
This commit is contained in:
James E. Blair 2017-09-20 07:52:48 -07:00
parent 8027936411
commit 59c3cc085b
1 changed files with 4 additions and 4 deletions

View File

@ -75,10 +75,10 @@ class openstack_project::gerrit (
$index_threads = 1,
$download = {},
$receive_max_object_size_limit = '100 m',
$cache_accounts = 2048,
$cache_accounts_byemail = 2048,
$cache_accounts_byname = 2048,
$cache_groups_byuuid = 2048,
$cache_accounts = 32768,
$cache_accounts_byemail = 32768,
$cache_accounts_byname = 32768,
$cache_groups_byuuid = 32768,
$commentlinks = [],
$commitmessage_params = {},
$its_plugins = [],