What is perm space?

后端 未结 10 1798
日久生厌
日久生厌 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 02:50

    It holds stuff like class definitions, string pool, etc. I guess you could call it meta-data.

提交回复
热议问题