Class MemoryMonitor

java.lang.Object
org.apache.sysds.runtime.util.MemoryMonitor
All Implemented Interfaces:
Runnable

public class MemoryMonitor extends Object implements Runnable
This memory monitor periodically calls garbage collection in order to obtain the actual memory consumption during runtime.
  • Constructor Details

    • MemoryMonitor

      public MemoryMonitor()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable