It should be “memoryLimit” not “size”.
The documentation could be a bit clearer. I’ll push a fix.
/G
From: repo-d...@googlegroups.com [mailto:repo-d...@googlegroups.com] On Behalf Of Will DeBerry
Sent: den 24 april 2013 16:34
To: repo-d...@googlegroups.com
Subject: enabling changes cache
Just wanted to make sure I am doing this right as I am not seeing any information in show-caches for the changes cache.
In my gerrit.conf I have the following for cache:
[cache]
directory = cache
[cache "changes"]
diskLimit = 4294967296
size = 1024
[cache "web_sessions"]
diskLimit = 1073741824
Web sessions is working fine, but changes is not being cached at all. Is there another option I am missing or is the size option just wrong in general?
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Awesome, thanks.Yea, the comment about Default size is 0, is what led me down the path of using size as the option. Couldn't find anything in the docs either to say otherwise.Thanks again!
Strange indeed.
Sorry for asking, but are you sure those projects actually have changes? (and are not just imported projects)
Which version are you running on?