@ -134,8 +134,8 @@ public class Table implements Index, Iterable<Row.Entry> {
this.table=null;
}
Log.logInfo("TABLE","initialization of "+tablefile.getName()+". table copy: "+((this.table==null)?"no":"yes")+", available RAM: "+(MemoryControl.available()/1024L/1024L)+"MB, needed: "+(neededRAM4table/1024L/1024L)+"MB, allocating space for "+records+" entries");