Question

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!

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top