eclipse虚拟机内存监控设置SHOW_MEMORY_MONITOR=true
D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings
org.eclipse.ui.prefs (文件比较多,别找错了)


SHOW_MEMORY_MONITOR=true

重启



-xms 1024m 初始化的值


点下垃圾回收站,释放内存


heap size,经常new对象超过了heap 最大值,就是内存溢出
