We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de6e6b commit 41f043eCopy full SHA for 41f043e
integration-test/telnet-stop-leak/README.md
@@ -18,11 +18,13 @@ mvn -V -ntp -pl packaging -am package -DskipTests
18
19
2. 运行测试(默认会创建临时目录保存日志;建议指定 `--work-dir` 便于排查):
20
21
+`threshold` 可以考虑设置更高,JVM不能保证 ArthasClassLoader 必定会被回收。
22
+
23
```bash
24
python3 integration-test/telnet-stop-leak/run_telnet_stop_leak_test.py \
25
--iterations 10 \
26
--warmup 2 \
- --threshold 1 \
27
+ --threshold 3 \
28
--work-dir integration-test/telnet-stop-leak/work
29
```
30
0 commit comments