What is perm space?

后端 未结 10 1803
日久生厌
日久生厌 2020-11-28 02:10

While learning about java memory profiling, I keep seeing the term \"perm space\" in addition to \"heap.\" I know what the heap is - what\'s perm space?

10条回答
  •  春和景丽
    2020-11-28 03:12

    Simple (and oversimplified) answer: it's where the jvm stores its own bookkeeping data, as opposed to your data.

提交回复
热议问题