Monitor resources size

This commit is contained in:
lancer.hong
2022-04-20 17:25:30 +08:00
parent 5f8364e9a3
commit 380f00036d
5 changed files with 46 additions and 5 deletions

View File

@@ -69,6 +69,12 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.openjdk.jol</groupId>
<artifactId>jol-core</artifactId>
<version>0.16</version>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>