VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 960K, used 884K [0x03f90000, 0x04090000, 0x04470000)
eden space 896K, 91% used [0x03f90000, 0x0405d250, 0x04070000)
from space 64K, 99% used [0x04070000, 0x0407fff8, 0x04080000)
to space 64K, 0% used [0x04080000, 0x04080000, 0x04090000)
tenured generation total 4096K, used 3390K [0x04470000, 0x04870000, 0x07f90000)
the space 4096K, 82% used [0x04470000, 0x047bf968, 0x047bfa00, 0x04870000)
compacting perm gen total 12288K, used 9557K [0x07f90000, 0x08b90000, 0x0bf90000)
the space 12288K, 77% used [0x07f90000, 0x088e55c0, 0x088e5600, 0x08b90000)
No shared spaces configured.作者: lovecy 时间: 2009-9-27 16:28
这是因为内存占用过高导致,我的也是,以前总是IE自动关闭,大概是因为用的静态变量或方法太多了,一直保存在内存中,导致内存占用率持续过高。后来我把静态变量或静态方法改写为非静态的,这种情况就改善了许多,你不妨试试看