java虚拟机的内存设置(Memory settings for the Java virtual machine).docVIP

  • 62
  • 0
  • 约6.66千字
  • 约 8页
  • 2017-09-03 发布于河南
  • 举报

java虚拟机的内存设置(Memory settings for the Java virtual machine).doc

java虚拟机的内存设置(Memory settings for the Java virtual machine)

java虚拟机的内存设置(Memory settings for the Java virtual machine) Memory settings for the Java virtual machine Basic concept: PermGen space: the full name is Permanent Generation space., that is, the permanent storage area used to store Class and Meta information, and Class is placed into the area when it is Load Heap space: store Instance. GC (Garbage Collection) should not clean PermGen space So if your APP will be a lot of CLASS, PermGen space errors are most likely to happen to you, LOAD Java Heap is divided into 3 areas 1.Young 2.Old 3.Permanent Young saves objects that have just been instantiat

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档