Example usage for org.apache.mahout.common MemoryUtil stopMemoryLogger

List of usage examples for org.apache.mahout.common MemoryUtil stopMemoryLogger

Introduction

In this page you can find the example usage for org.apache.mahout.common MemoryUtil stopMemoryLogger.

Prototype

public static void stopMemoryLogger() 

Source Link

Document

Stops the memory logger, if any, started via #startMemoryLogger(long) or #startMemoryLogger() .

Usage

From source file:com.elex.dmp.lda.CachingCVB0PerplexityMapper.java

License:Apache License

@Override
protected void cleanup(Context context) throws IOException, InterruptedException {
    MemoryUtil.stopMemoryLogger();
}