summaryrefslogtreecommitdiff
path: root/htroot/PerformanceQueues_p.html
diff options
context:
space:
mode:
authorfuchsi <fuchsi@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-10-19 21:47:07 +0000
committerfuchsi <fuchsi@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-10-19 21:47:07 +0000
commit35303f95046e017748dc0f96ec304e388ff1ecbb (patch)
tree64a691d1d1e71d4973dfe58621fc7947762c9d01 /htroot/PerformanceQueues_p.html
parenta9aef8e5e0349fd31bc6db4caf6db367987f86b9 (diff)
add real size values (KBytes) of the DHT-In/Out-RAM-Caches to the PerformanceQueues page. A lot of users seem to tweak this value and it might help in finding the best size in relation to the peer's memory ressources.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4169 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceQueues_p.html')
-rw-r--r--htroot/PerformanceQueues_p.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/PerformanceQueues_p.html b/htroot/PerformanceQueues_p.html
index 2140175a0..6d9a1d083 100644
--- a/htroot/PerformanceQueues_p.html
+++ b/htroot/PerformanceQueues_p.html
@@ -84,9 +84,9 @@
</td>
</tr>
<tr valign="top" class="TableCellDark">
- <td>Words in RAM cache:</td>
- <td>#[wordCacheWSize]#</td>
- <td>#[wordCacheKSize]#</td>
+ <td>Words in RAM cache:<br>(Size in KBytes)</td>
+ <td>#[wordCacheWSize]#<br>(#[wordCacheWSizeKBytes]# KB)</td>
+ <td>#[wordCacheKSize]#<br>(#[wordCacheKSizeKBytes]# KB)</td>
<td>
This is the current size of the word caches.
The indexing cache speeds up the indexing process, the DHT cache holds indexes temporary for approval.