From 94f21d9403f5aeb92d42cd487060e65b0ed0687b Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 17 Jan 2008 21:48:08 +0000 Subject: 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 --- htroot/PerformanceMemory_p.xml | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'htroot/PerformanceMemory_p.xml') 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]# - - #{TableList}# + + #{EcoList}# #[tableIndexPath]# #[tableIndexChunkSize]# #[tableIndexCount]# #[tableIndexMem]# + #[tableTailChunkSize]# + #[tableTailCount]# + #[tableTailMem]# - #{/TableList}# - #[TableIndexTotalMem]# - + #{/EcoList}# + #[EcoIndexTotalMem]# + - + + #{TableList}# + + #[tableIndexPath]# + #[tableIndexChunkSize]# + #[tableIndexCount]# + #[tableIndexMem]# + + #{/TableList}# + #[TableIndexTotalMem]# + + + #{NodeList}# #[nodeCachePath]# -- cgit v1.2.3