Sealyu

          --- 博客已遷移至: http://www.sealyu.com/blog

            BlogJava :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
            618 隨筆 :: 87 文章 :: 225 評論 :: 0 Trackbacks

          Maybe you know the situation: you are developing a web application using the Maven build system along with an application server like Tomcat or Jetty and a corresponding plugin (e.g. the all famous jetty-maven-plugin).

          One of the coolest features of these containers is the hot-deployment.

          However, every second time a hot deployment is executed, it crashes due to a PermGen space Exception or a similar OutOfMemoryException.

          The cause for this behaviour is a memory leak with the classloaded of these containers. If you are interested in the details, you may read this article on the Classloader Memory Leaks.

          Actually, you can’t fix this bug. But there is a way to prevent it from beeing so painful. And it’s pretty easy: simply assign more memory to your JVM!

          In order to do so, create a new environment variable named MAVEN_OPTS. Maybe you already defined this variable. What you have to do now is to adjust the MaxPermSize (and the other parameters, too) to a proper value according to your machine’s memory.
          For instance, set the MAVEN_OPTS like this:

          -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m

          Having 2 GB of RAM, these values are a good start.

          Now you should be rid of the nasty PermGen space exceptions.



          Related:
          Catching Exceptions with an UncaughtExceptionHandler in Java
          Problems with Assertions in JUnit tests using Eclipse
          .NET Color Constants
          posted on 2010-01-22 11:43 seal 閱讀(490) 評論(0)  編輯  收藏 所屬分類: Maven
          主站蜘蛛池模板: 大荔县| 夹江县| 连州市| 长春市| 辽中县| 霍城县| 抚顺市| 花莲市| 巩留县| 资源县| 大洼县| 宜宾县| 通州区| 澄迈县| 吴堡县| 石楼县| 巧家县| 得荣县| 宜良县| 九龙坡区| 吉林市| 阿瓦提县| 称多县| 星座| 西吉县| 炉霍县| 舒兰市| 旺苍县| 灵寿县| 株洲市| 板桥市| 蛟河市| 麻城市| 海原县| 黑山县| 海口市| 麟游县| 商南县| 汾西县| 介休市| 股票|