From bf4ef1513eb7fd828fec7780fd0649f71876d025 Mon Sep 17 00:00:00 2001 From: orbiter Date: Tue, 21 Dec 2010 23:48:05 +0000 Subject: [PATCH] - fix for map view - remove some UNRESOLVED PATTERN - maybe a fix for non-flushing cache git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7389 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/PerformanceMemory_p.java | 3 ++- htroot/Status.html | 3 ++- htroot/yacysearch.html | 2 +- htroot/yacysearch_location.html | 4 ++-- htroot/yacysearchtrailer.html | 4 ++-- source/net/yacy/kelondro/rwi/IndexCell.java | 6 ++++-- 6 files changed, 13 insertions(+), 9 deletions(-) diff --git a/htroot/PerformanceMemory_p.java b/htroot/PerformanceMemory_p.java index 49c01b95a..bb3c87ac7 100644 --- a/htroot/PerformanceMemory_p.java +++ b/htroot/PerformanceMemory_p.java @@ -102,7 +102,8 @@ public class PerformanceMemory_p { map = Table.memoryStats(filename); prop.put("EcoList_" + c + "_tableIndexPath", ((p = filename.indexOf("DATA")) < 0) ? filename : filename.substring(p)); prop.putNum("EcoList_" + c + "_tableSize", map.get("tableSize")); - + + assert map.get("tableKeyMem") != null : map; mem = Long.parseLong(map.get("tableKeyMem")); totalmem += mem; prop.put("EcoList_" + c + "_tableKeyMem", Formatter.bytesToString(mem)); diff --git a/htroot/Status.html b/htroot/Status.html index 91cfe8a56..57ce52e24 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -157,10 +157,11 @@ #(/hintCrawlMonitor)# - +