`

Notes

    博客分类:
  • Java
阅读更多

Debug in eclipse, java.lang.OutOfMemoryError: PermGen space

  • increase the MaxPermSize for the run configuration
    -XX:MaxPermSize=256m
  • Refactoring
    Client side: code analysis
    Server side:
    -PMD: coding standard
    -FindBug: bug analysis
    -CPD: coding standard
    -Cobertura: code coverage

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics