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

记录与PermGen (Permanent Generation) 相关的一些信息

    博客分类:
  • Java
阅读更多
What is permanent generation?
The permanent generation is special because it holds data needed by the virtual machine to describe objects that do not have an equivalence at the Java language level. For example objects describing classes and methods are stored in the permanent generation.


当遇到“java.lang.OutOfMemoryError: PermGen space”错误时,可通过-XX:MaxPermSize=256m参数来改变PermGen space

Java HotSpot VM Options的地址:
http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp#PerformanceTuning

关于VM Options的FAQ地址:
http://java.sun.com/docs/hotspot/gc1.4.2/faq.html
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics