1

After 2 to 3 deployments, I'm continuously getting PemSpace Error in windows8. I have been trying with different approaches like setting pemgen variables as java start parameter in Apache but no idea worked .could anyone help me in resolving this.

Sev
  • 15,401
  • 9
  • 56
  • 75
Srikanth Malyala
  • 941
  • 15
  • 24

1 Answers1

1

Hot deployments tend to cause perm-gen bloat. There's not much you can do about it other than restarting Tomcat after each deployment.

Use jstat or add -verbose:gc to the command line to monitor the Perm Space.

Alastair McCormack
  • 26,573
  • 8
  • 77
  • 100