}
if(memoryMonitor){
LOG.info("启动内存监视线程");
LOG.info("Enable memory monitor thread", Locale.ENGLISH);
int circle=PropertyHolder.getIntProperty("monitor.memory.circle");
memoryMonitorThread=new MemoryMonitorThread(circle);
memoryMonitorThread.start();
}
running=true;
}