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
Eclipse内存溢出解决
本文介绍了解决Eclipse中出现java.lang.OutOfMemoryError: PermGen space错误的方法,通过调整运行配置增加最大永久代空间-XX:MaxPermSize=256m。此外还涉及了客户端重构和服务器端代码审查工具,包括PMD、FindBugs、CPD和Cobertura等。
990

被折叠的 条评论
为什么被折叠?



