Skip to content

Commit 41f043e

Browse files
committed
update integration-test/telnet-stop-leak/README.md
1 parent 7de6e6b commit 41f043e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integration-test/telnet-stop-leak/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ mvn -V -ntp -pl packaging -am package -DskipTests
1818

1919
2. 运行测试(默认会创建临时目录保存日志;建议指定 `--work-dir` 便于排查):
2020

21+
`threshold` 可以考虑设置更高,JVM不能保证 ArthasClassLoader 必定会被回收。
22+
2123
```bash
2224
python3 integration-test/telnet-stop-leak/run_telnet_stop_leak_test.py \
2325
--iterations 10 \
2426
--warmup 2 \
25-
--threshold 1 \
27+
--threshold 3 \
2628
--work-dir integration-test/telnet-stop-leak/work
2729
```
2830

0 commit comments

Comments
 (0)