|
@@ -49,7 +49,7 @@ public class DirectMemoryReporterImpl {
|
|
|
public void run() {
|
|
|
System.out.println("task run:" + new Date());
|
|
|
long m = directMemory.get();
|
|
|
- logger.error(BUSINESS_KEY + "maxDirectMemory==={}:{}K", maxDirectMemory, m);
|
|
|
+ logger.error(BUSINESS_KEY + "maxDirectMemory==={}:{}K", maxDirectMemory / _ik, m / _ik);
|
|
|
}
|
|
|
};
|
|
|
Timer timer = new Timer();
|