Class MemoryManager

java.lang.Object
org.apache.activemq.artemis.core.server.MemoryManager
All Implemented Interfaces:
ActiveMQComponent

public class MemoryManager extends Object implements ActiveMQComponent
A memory usage watcher.

This class will run a thread monitoring memory usage and log warnings in case we are low on memory.

  • Constructor Details

    • MemoryManager

      public MemoryManager(int memoryWarningThreshold, long measureInterval)
  • Method Details