-
Notifications
You must be signed in to change notification settings - Fork 1
Java Runtime Memory
Rajendra Prasad Reddy Penumalli edited this page Aug 30, 2019
·
5 revisions
Java Runtime Memory split into two parts:
- Stack (holds data like method local variables,callstack,and Thread-related metadata. smaller size ~1MB).
- Heap
- classloading
- classloading related issues
- memory
- object reference
- object
- thread
- threading related issues
- stack
- stack frame
- stack related issues
- stack frame
- heap (memory allocation)
- heap related issues
- non heap (from native memory allocation)