tamuren
tamuren

Reputation: 1112

Tomcat 7.0.35 OutOfMemoryError: PermGen space

I deployed a pretty big maven project to tomcat, and now whenever I try and hit up localhost:8080 tomcat gives me an OutOfMemeroryError. It seems to have no problems until I try and check out localhost:8080 in a browser. I added an environmental variable for JAVA_OPS allowing up to 4096m, configured catalina.sh to do the same, and same deal with startup.bat. I need to proceed past this, what do?

Upvotes: 0

Views: 2138

Answers (1)

tamuren
tamuren

Reputation: 1112

I started reviewing my changes, and I changed the environmental variable from JAVA_OPS to JAVA_OPTS, and added another variable for CATALINA_OPTS with the same data. It worked.

Upvotes: 1

Related Questions