Package org.terrier.utility

Examples of org.terrier.utility.RuntimeMemoryChecker


  @Override
  protected void load_indexer_properties() {
    super.load_indexer_properties();
    docsPerCheck = ApplicationSetup.DOCS_CHECK_SINGLEPASS;
    maxDocsPerFlush = Integer.parseInt(ApplicationSetup.getProperty("indexing.singlepass.max.documents.flush", "0"));
    memoryCheck = new RuntimeMemoryChecker();
  //  //logger.info("Checking memory usage every " + docsPerCheck + " maxDocPerFlush=" + maxDocsPerFlush);
  }
View Full Code Here

TOP

Related Classes of org.terrier.utility.RuntimeMemoryChecker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.