找到正在运行的垃圾收集器类型 [英] find which type of garbage collector is running

查看:147
本文介绍了找到正在运行的垃圾收集器类型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Post JSE 5人体工程学旨在为您自动选择合适类型的垃圾收集器(除其他外)。

Post JSE 5 ergonomics is intended to automatically select the appropriate type of garbage collector for you (among other things).

我想知道是否有任何垃圾收集器确认/了解JVM人机工程学选择/当前设置的垃圾收集器类型和性能目标的方法。

I would like to know if there is any way to confirm/know the type of garbage collector and performance goals chosen/current set by the JVM ergonomics.

推荐答案

java -XX:+PrintCommandLineFlags -version

将显示默认的垃圾收集器。我还发现以下页面有用,详细说明了各种操作系统的默认垃圾收集器。

will show you the default garbage collector. I have also found the following page useful which details the default garbage collector for various operating systems.

http://www.techpaste.com/2012/02/default-jvm-settings-gc-jit-java-heap-sizes-xms -xmx-operating-systems /#more-3569

这篇关于找到正在运行的垃圾收集器类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆