summaryrefslogtreecommitdiff
path: root/htroot/PerformanceMemory_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-03-08 16:15:40 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-03-08 16:15:40 +0000
commitd755a8026d00f7c18ea6be7be4b8889fe8d27189 (patch)
treebae066997e8a913b0cee4f2bf9e0076845d1a733 /htroot/PerformanceMemory_p.html
parent2be405e1e13865752920d249cd57f11efa446db4 (diff)
- better OOM protection
- better memory allocation for FlexTable indexes - splitting between static index and dynamic index (only the dynamic part must grow) - to enable a merge-iteration of new splittet index, a huge number of classes needed to be adopted for new iterator classes - added new iterator classes that support cloneable iterators - adopted all iterator classes to implement cloneable itarators git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3453 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
-rw-r--r--htroot/PerformanceMemory_p.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html
index 77ed44d17..d8c21ecbb 100644
--- a/htroot/PerformanceMemory_p.html
+++ b/htroot/PerformanceMemory_p.html
@@ -76,19 +76,23 @@
<tr class="TableHeader" valign="bottom">
<td>Table</td>
<td>Chunk Size</td>
- <td>Count</td>
- <td>Used Memory</td>
+ <td>RO Count</td>
+ <td>RO Used Memory</td>
+ <td>RW Count</td>
+ <td>RW Used Memory</td>
</tr>
#{TableList}#
<tr class="TableCellLight">
<td align="left" class="TableCellDark">#[tableIndexPath]#</td>
<td align="right">#[tableIndexChunkSize]#</td>
- <td align="right">#[tableIndexCount]#</td>
- <td align="right">#[tableIndexMem]# MB</td>
+ <td align="right">#[tableROIndexCount]#</td>
+ <td align="right">#[tableROIndexMem]# MB</td>
+ <td align="right">#[tableRWIndexCount]#</td>
+ <td align="right">#[tableRWIndexMem]# MB</td>
</tr>
#{/TableList}#
<tr class="TableCellDark">
- <td colspan="4">Total Mem = #[TableIndexTotalMem]# MB</td>
+ <td colspan="6">Total Mem = #[TableIndexTotalMem]# MB</td>
</tr>
</table>