JVM虛擬機深刻理解----堆/棧/方法區中泄露和溢出

1.堆內存溢出: 修改JVM參數:-Xms20m  -Xmx20m -XX:+HeapDumpOnOutOfMemoryErrorjava package cn.mxl.heap; import java.util.ArrayList; import java.util.List; public class OomHeap { public static void main(String[]
相關文章
相關標籤/搜索