How to measure JAVA MetaSpace? -
i optimizing jvm parameter production environment, includes setting maximum metaspace application.i have following issues on fixing this:
- do want set limit environment have more 1 application?
- is there inbuilt tool (jdk) measure current utilization of metaspace? (as need connect remote host command line tool )
yes, can see utilization of metaspace memory @ runtime, running command jstat -gc (pid)
, returned result mu
usage.
Comments
Post a Comment