More records (#694)

This commit is contained in:
KirillPamPam
2025-07-29 12:11:09 +04:00
committed by GitHub
parent 81ed19f044
commit 7e68f7976e

View File

@@ -38,6 +38,8 @@ fun main(args: Array<String>) {
HeapDumpCreator.init()
System.setProperty("io.netty.leakDetection.targetRecords", "10");
ResourceLeakDetector.setLevel(ResourceLeakDetector.Level.ADVANCED)
val cores = Runtime.getRuntime().availableProcessors()