Java Heap Space - OutOfMemoryException
Heap
def new generation total 72576K, used 42377K [0x04240000, 0x09100000, 0x09100000)
eden space 64512K, 53% used [0x04240000, 0x063c2720, 0x08140000)
from space 8064K, 99% used [0x08920000, 0x090ffff8, 0x09100000)
to space 8064K, 0% used [0x08140000, 0x08140000, 0x08920000)
tenured generation total 967936K, used 657880K [0x09100000, 0x44240000, 0x44240000)
the space 967936K, 67% used [0x09100000, 0x31376020, 0x31376200, 0x44240000)
compacting perm gen total 19712K, used 19601K [0x44240000, 0x45580000, 0x48240000)
the space 19712K, 99% used [0x44240000, 0x45564710, 0x45564800, 0x45580000)
No shared spaces configured.
Intellij Idea simply does nothing.
Any Help?
请先登录再写评论。
Hello alexandra,
You need to increase -XX:MaxPermSize value in the IDEA VM options.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I've increased it.
-Xms680m -Xmx680m -XX:PermSize=128m -XX:MaxPermSize=512m
It's still not working.