`
buzhucele
  • 浏览: 327437 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

jvm GC日志输出

    博客分类:
  • java
阅读更多
public class GcTest {

	/**
	 * [color=red]-Xloggc:d:\gc.log[/color] -Xms10m -Xmx10m
	 * @param args
	 * @throws InterruptedException 
	 */
	public static void main(String[] args) throws InterruptedException {
	     while(true){
	    	 Thread.sleep(1000);
	    	 byte[] _byte= new byte[1024*1024*6];
	    	 System.err.println(_byte);
	     }

	}
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics