문제

Aptana crashes with java.lang.OutOfMemoryError: PermGen space Error while logging event loop exception:

Java HotSpot(TM) Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal SIGINT to handler- the VM may need to be forcibly terminat

도움이 되었습니까?

해결책

Increase the memory adding/modifing

AptanaStudio3.ini

the following lines

-Xms1024m
-Xmx1024m
-XX:NewSize=256m
-XX:MaxNewSize=356m
-XX:PermSize=256m
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top