반응형 JVM1 Garbage Collector Java.lang.OutOfMemoryError ==not able to use heap because heap is full, NEED TO CHECK FOR MEMORY LEAKS!!! Garbage collection has 3 steps: Mark- starts from root node of your application, walks object graph and marks objects that are reachable as live Sweep/delete – delete unreachable objects, sweeps from heap Compacting- Arranging everything in order, when unreachable objects are sweeped, there .. 2019. 12. 1. 이전 1 다음 반응형