--
Roger Oberholtzer
AFAICR there's a config for cache limits , files are deleted on
overflow to make space for new ones . AFAIK you should use that to
tune up cache size (files don't and - should not - live there until
forever, unless you set up «unreachable» bounds ;o)
CMIIW
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
TracRpc: API v2: Fixed JSON-RPC (multicall & IDs on error). Exception
handling. - http://bitbucket.org/osimons/trac-rpc-mq/changeset/b9552972b5c3/
This would be a cache only for graphviz? I do not see any settings for
that. I'm confused.
--
Roger Oberholtzer
Only for Trac Graphviz plugin ;o)
> I do not see any settings for
> that. I'm confused.
>
AFAICR it's `cache_min_count`; however, if you have installed TracIni
plugin you can take a look at `graphviz` section. AFAICR there you'll
find all the options as well as summary (useful since it *seems* they
are not documented :-/ ).
[graphviz]
cache_dir = <path for apache read/write cache>
cache_manager = yes
cache_max_size = 10000000
cache_min_size = 5000000
cache_max_count = 2000
cache_min_count = 1500
Cmd_path = <path for gviz exe>
Note your cache_manager may be 'off'...
~ Mark C
Much more precise info ;o)
> Note your cache_manager may be 'off'...
>
Probably what the OP is looking for ;o) . However beware that if cache
policies are disabled then you might end up cleaning a lot of garbage
and | or outdated graphs; whereas if cache is too small then
performance penalties might occur since graphs need to be generated
more often. Suggestion : *be careful* and choose values considering
server load , mean graph size, disk space, ...
;o)
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
Demanda sobre patente impide distribuir Microsoft Word -
http://feedproxy.google.com/~r/simelo-es/~3/DwuBKpveLTg/demanda-sobre-patente-impide-distribuir.html
>
> AFAICR it's `cache_min_count`; however, if you have installed TracIni
> plugin you can take a look at `graphviz` section. AFAICR there you'll
> find all the options as well as summary (useful since it *seems* they
> are not documented :-/ ).
TracIni plugin? In the admin interface I can turn on/off components in a
plugin. graphviz can only be enabled/disabled. No cache or anything
else. I seem to be looking under the wrong rock :)
--
Roger Oberholtzer
;o)
.. [1] IniAdminPlugin
(http://trac-hacks.org/wiki/IniAdminPlugin)
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
Comparación de sistemas de control de versiones (a.k.a.VCS o SCM) -
http://feedproxy.google.com/~r/simelo-es/~3/FIwvfJbY074/comparacion-de-sistemas-de-control-de.html
This is exactly what I was looking for. I thought this would be on the
wiki page for the plugin. But I found it in the README file that came
with it. I know... RTFM...
--
Roger Oberholtzer
> > TracIni plugin?
>
> ;o)
>
> .. [1] IniAdminPlugin
> (http://trac-hacks.org/wiki/IniAdminPlugin)
It is integrated in the Trac I use. Not a plugin. I thought you had a
nifty new ini thing that did magical wonderful things. Anyway, if the
values are not in the ini file in the first place, they don't show up
here. As I wrote in a different response in this thread, I found the
info in the README file, not on the TracHack site where the GraphViz
plugin is distributed. The values are in place. I will see how the usage
goes.
I think I have the answer to my question.
Thanks all for the help.
--
Roger Oberholtzer
oops ! didn't know
:S
>
> I think I have the answer to my question.
>
> Thanks all for the help.
>
:)
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
On adding Hessian (RPC) support for Trac -
http://feedproxy.google.com/~r/simelo-en/~3/Vit6dRudChU/on-adding-hessian-rpc-support-for-trac.html