summaryrefslogtreecommitdiff
path: root/htroot/PerformanceMemory_p.xml
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-01-17 21:48:08 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-01-17 21:48:08 +0000
commit94f21d9403f5aeb92d42cd487060e65b0ed0687b (patch)
tree790f10429a5d866fc238a8ea8115772a127fe740 /htroot/PerformanceMemory_p.xml
parent739f35d389718d10816617f976b520f9fa886ea0 (diff)
activated new kelondroEcoTable file structure.
This data structure replaces almost all files in the PLASMA directory also the collection.index and the LURL-db will be created as Eco-DB, if it does not exist before existing Flex-databases will be used as they are (the is no data lost) If you want to force the creation of a Eco-collection.index, simply delete the old index. The Eco file system will only be used if there is enough memory. The collection.index RAM limit is 200MB, if you have less, a flex-Table is createt. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4340 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceMemory_p.xml')
-rw-r--r--htroot/PerformanceMemory_p.xml27
1 files changed, 21 insertions, 6 deletions
diff --git a/htroot/PerformanceMemory_p.xml b/htroot/PerformanceMemory_p.xml
index d545e869d..5b098588d 100644
--- a/htroot/PerformanceMemory_p.xml
+++ b/htroot/PerformanceMemory_p.xml
@@ -23,19 +23,34 @@
<Xmx>#[Xmx]#</Xmx>
- <FlexTable>
- #{TableList}#
+ <EcoTable>
+ #{EcoList}#
<entry>
<tableIndexPath>#[tableIndexPath]#</tableIndexPath>
<tableIndexChunkSize>#[tableIndexChunkSize]#</tableIndexChunkSize>
<tableIndexCount>#[tableIndexCount]#</tableIndexCount>
<tableIndexMem>#[tableIndexMem]#</tableIndexMem>
+ <tableTailChunkSize>#[tableTailChunkSize]#</tableTailChunkSize>
+ <tableTailCount>#[tableTailCount]#</tableTailCount>
+ <tableTailMem>#[tableTailMem]#</tableTailMem>
</entry>
- #{/TableList}#
- <TableIndexTotalMem>#[TableIndexTotalMem]#</TableIndexTotalMem>
- </FlexTable>
+ #{/EcoList}#
+ <EcoIndexTotalMem>#[EcoIndexTotalMem]#</EcoIndexTotalMem>
+ </EcoTable>
- <NodeCaches>
+ <FlexTable>
+ #{TableList}#
+ <entry>
+ <tableIndexPath>#[tableIndexPath]#</tableIndexPath>
+ <tableIndexChunkSize>#[tableIndexChunkSize]#</tableIndexChunkSize>
+ <tableIndexCount>#[tableIndexCount]#</tableIndexCount>
+ <tableIndexMem>#[tableIndexMem]#</tableIndexMem>
+ </entry>
+ #{/TableList}#
+ <TableIndexTotalMem>#[TableIndexTotalMem]#</TableIndexTotalMem>
+ </FlexTable>
+
+ <NodeCaches>
#{NodeList}#
<entry>
<nodeCachePath>#[nodeCachePath]#</nodeCachePath>