diff options
| author | hermens <hermens@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-06-12 12:14:11 +0000 |
|---|---|---|
| committer | hermens <hermens@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-06-12 12:14:11 +0000 |
| commit | 3f1ebc097e26dd8c75fc879807f6cb993b37536c (patch) | |
| tree | ed7bae6002b70fa75752aa912ac6c1f9a5bcc3fb /htroot/PerformanceMemory_p.html | |
| parent | d7a3fdb18be35463c05dc4400adb147d3ae44fb5 (diff) | |
Limit the size of the DNS cache to 5000 and the age of the entries to one day.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2199 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
| -rw-r--r-- | htroot/PerformanceMemory_p.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html index 2390c642d..f0ef1111f 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -395,6 +395,24 @@ Increasing this cache may speed up crawling, but not much space is needed, so th </p>
-->
+<!-- other cache sizes -->
+<div class=small><b>Other caching structures:</b></div>
+<table border="0" cellpadding="2" cellspacing="1">
+<tr class="TableHeader" valign="bottom">
+<td class="small">Type</td>
+<td class="small">Amount</td>
+</tr>
+<tr class="TableCellLight">
+<td class="small">DNSCache</td>
+<td class="small">#[namecache.hit]#</td>
+</tr>
+<tr class="TableCellDark">
+<td class="small">DNSNoCache</td>
+<td class="small">#[namecache.noCache]#</td>
+</tr>
+</table>
+</p>
+
#%env/templates/footer.template%#
</body>
</html>
|
