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)# - +