mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
add heapdump command doc. close #837
This commit is contained in:
@@ -41,7 +41,7 @@ public class HeapDumpCommand extends AnnotatedCommand {
|
||||
}
|
||||
|
||||
@Option(shortName = "l", longName = "live", flag = true)
|
||||
@Description("Only dump live objects, default value true")
|
||||
@Description("Dump only live objects; if not specified, all objects in the heap are dumped.")
|
||||
public void setLive(boolean live) {
|
||||
this.live = live;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user