Skip to content
Trac2Gollum edited this page Jun 20, 2013 · 3 revisions

FAQ

PageOutline(2-3)

Performance Related

CSS is unresponsive

If you see OutOfMemory error, please increase the maximum memory for CSS. You can do this by two ways (you can change 1024 to a number fit your situation):

  • Start css with args: -vmargs -Xmx1024m or
  • add -Xmx1024m to css.ini after -vmargs

If above ways don't work or you see java.lang.[[OutOfMemoryError]]: [[PermGen]] space, try adding this right after -vmargs:

-XX:[[PermSize]]=64M -XX:[[MaxPermSize]]

See How do I increase the permgen size available to Eclipse

Clone this wiki locally