乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      第22課:通過案例瞬間理解JVM中PSYoungGen、ParOldGen、MetaSpace

       看風(fēng)景D人 2019-04-25

      內(nèi)容:

          理解JVM中PSYoungGen、ParOldGen、MetaSpace

      一、理解JVM中PSYoungGen、ParOldGen、MetaSpace

      1. Heap
      2.  PSYoungGen      total 2560K, used 2505K [0x00000000ffd00000, 0x0000000100000000, 0x0000000100000000)
      3.   eden space 2048K, 98% used [0x00000000ffd00000,0x00000000ffef64d8,0x00000000fff00000)
      4.   from space 512K, 97% used [0x00000000fff00000,0x00000000fff7c2f0,0x00000000fff80000)
      5.   to   space 512K, 0% used [0x00000000fff80000,0x00000000fff80000,0x0000000100000000)
      6.  ParOldGen       total 7168K, used 1196K [0x00000000ff600000, 0x00000000ffd00000, 0x00000000ffd00000)
      7.   object space 7168K, 16% used [0x00000000ff600000,0x00000000ff72b180,0x00000000ffd00000)
      8.  Metaspace       used 3377K, capacity 4496K, committed 4864K, reserved 1056768K
      9.   class space    used 352K, capacity 388K, committed 512K, reserved 1048576K

          PSYoungGen:GC日志中的PSYoungGen(PS是指Parallel Scavenge)為Eden+FromSpace,而整個YoungGeneration為Eden+FromSpace+ToSpace。
          ParOldGen:ParOldGen表示gc回收前后老年代的內(nèi)存變化
          MetaSpace:JDK1.7中,存儲在永久代的部分數(shù)據(jù)就已經(jīng)轉(zhuǎn)移到了Java Heap或者是 Native Heap。但永久代仍存在于JDK1.7中,并沒完全移除,譬如符號引用(Symbols)轉(zhuǎn)移到了native heap;字面量(interned strings)轉(zhuǎn)移到了java heap;類的靜態(tài)變量(class statics)轉(zhuǎn)移到了java heap。

        本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊一鍵舉報。
        轉(zhuǎn)藏 分享 獻花(0

        0條評論

        發(fā)表

        請遵守用戶 評論公約

        類似文章 更多