Scarab commit: svn commit: r10288 - branches/release/b21/xdocs: . howto
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jorgeuriarte
Date: 2006-09-08 14:18:55-0700
New Revision: 10288
Modified:
branches/release/b21/xdocs/howto/tuning-howto.xml
branches/release/b21/xdocs/navigation.xml
Log:
Merged revisions 10286-10287 via svnmerge from
http://scarab.tigris.org/svn/scarab/trunk
........
r10286 | jorgeuriarte | 2006-09-08 22:36:13 +0200 (Fri, 08 Sep 2006) | 1 line
Added link to the Windows/NTLM authentication howto.
........
r10287 | jorgeuriarte | 2006-09-08 23:13:49 +0200 (Fri, 08 Sep 2006) | 1 line
Added info regarding cache-tuning.
........
Modified: branches/release/b21/xdocs/howto/tuning-howto.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/b21/xdocs/howto/tuning-howto.xml?view=diff&rev=10288&p1=branches/release/b21/xdocs/howto/tuning-howto.xml&p2=branches/release/b21/xdocs/howto/tuning-howto.xml&r1=10287&r2=10288
==============================================================================
--- branches/release/b21/xdocs/howto/tuning-howto.xml (original)
+++ branches/release/b21/xdocs/howto/tuning-howto.xml 2006-09-08 14:18:55-0700
@@ -26,6 +26,25 @@
auto-reload. Set scarab.template.cache=TRUE to have caching turned on.
</p>
</subsection>
+
+<subsection name="Tuning the cache">
+<p>
+Scarab cache is central in the user experience of performance.
+You might want to take a look at the cache configuration file in:
+<pre>src/conf/classes/cache.ccf</pre>
+
+There you can tweak the number of objects (MaxObjects) of every type that will be kept in memory.
+<ul>
+<li>Module: If your instance is known to be limitated to a given number of modules, this should get a similar
+range.</li>
+<li>ScarabUser: Must be an aproximation to the maximum concurrent number of users.</li>
+<li>Issue: A minimum equivalent to the ScarabUser's would be fine. Maybe something more, to keep a performance margin.</li>
+</ul>
+</p>
+<p>
+<b>Keep in mind: The greatest the size of the cache, the better performance AND the greater memory needs.</b>
+</p>
+</subsection>
</section>
</body>
Modified: branches/release/b21/xdocs/navigation.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/b21/xdocs/navigation.xml?view=diff&rev=10288&p1=branches/release/b21/xdocs/navigation.xml&p2=branches/release/b21/xdocs/navigation.xml&r1=10287&r2=10288
==============================================================================
--- branches/release/b21/xdocs/navigation.xml (original)
+++ branches/release/b21/xdocs/navigation.xml 2006-09-08 14:18:55-0700
@@ -29,6 +29,7 @@
<item name="Howto Build Docs" href="/howto/build-docs-howto.html"/>
<item name="Releasing Scarab" href="/howto/release-howto.html"/>
<item name="Scarab and Firewalls" href="/howto/firewall-howto.html"/>
+ <item name="Windows domain auth" href="/howto/windowsdomain-howto.html"/>
<item name="Tuning Howto" href="/howto/tuning-howto.html"/>
<item name="Customizing Scarab" href="/howto/customize-howto.html"/>
</item>