I get the Java out of memory error when deploying using springsourcetool (STS). Googling and searching here on SO, the suggestions have been to increase the permgem space. However, most of the instructions are for tomcat.

I use STS and therefore, the server is actually tc server. How do I increase the permgem space for tc server? I think it is separate from tomcat.

Thanks!

有帮助吗?

解决方案

The tc server is based on tomcat ( http://www.springsource.com/developer/tcserver ), so your instructions should apply to tc server as well. Alternatively you can just use a tomcat in the sts.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top