jmap running out of memory

hi,

we are running into an issue using the jmap-permstat option on WL server instance to gather stats with the following sizes of JVM memory:

used = 300MB.

total = 846 MB

has any one encountered issue with jmap failing with out of memory?

is there any options avaialble to increase the memory allocated to jmap process itself?

Thanks

Prasad

[418 byte] By [prasad.u.v.b.m.a] at [2007-11-26 12:47:57]
# 1

Per the documentation for the jmap command, this option is available:

-J<flag>

Passes <flag> to the Java virtual machine on which jmap is run.

You should be able to use that to pass the -Xmx parameter to java. For more information, refer to the appropriate documentation.

ChuckBinga at 2007-7-7 16:30:26 > top of Java-index,Core,Monitoring & Management...