Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
文字错误
Browse files Browse the repository at this point in the history
  • Loading branch information
master-coder-ll committed Mar 21, 2020
1 parent 5a4ad13 commit deafa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/src/main/java/com/jhl/service/MonitorService.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void internalPollInfo() {
log.info("TrafficController:{},ReporterQueue:{},ConnectionPool:{},AccountCache:{}",
TrafficControllerCache.getSize(), taskService.getQueueSize(),
ConnectionStatsCache.getSize(), proxyAccountService.getSize());
log.info("netty申请的物理内存:是否使用地址内存" + PlatformDependent.directBufferPreferred() + ",使用量(-1为无法探知)B:"
log.info("netty是否使用直接内存:" + PlatformDependent.directBufferPreferred() + ",使用量(-1为无法探知)B:"
+ PlatformDependent.usedDirectMemory());
}

Expand Down

0 comments on commit deafa55

Please sign in to comment.