List of usage examples for org.apache.mahout.common MemoryUtil stopMemoryLogger
public static void stopMemoryLogger()
From source file:com.elex.dmp.lda.CachingCVB0PerplexityMapper.java
License:Apache License
@Override protected void cleanup(Context context) throws IOException, InterruptedException { MemoryUtil.stopMemoryLogger(); }