@ -72,7 +72,7 @@ public class kelondroFlexTable extends kelondroFlexWidthArray implements kelondr
System.out.println("*** Last Startup time: "+stt+" milliseconds");
System.out.println("*** Last Startup time: "+stt+" milliseconds");
longstart=System.currentTimeMillis();
longstart=System.currentTimeMillis();
if(serverMemory.request(neededRAM,true)){
if(serverMemory.request(neededRAM,false)){
// we can use a RAM index
// we can use a RAM index
if(indexfile.exists()){
if(indexfile.exists()){
// delete existing index file
// delete existing index file
@ -81,7 +81,7 @@ public class kelondroFlexTable extends kelondroFlexWidthArray implements kelondr
}
}
// fill the index
// fill the index
System.out.print("*** Loading RAM index for "+size()+" entries from "+newpath);
System.out.print("*** Loading RAM index for "+size()+" entries from "+newpath+"; available RAM = "+(serverMemory.available()>>20)+" MB, allocating "+(neededRAM>>20)+" MB for index.");