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
          主站蜘蛛池模板: 龙岩市| 特克斯县| 喀喇沁旗| 六枝特区| 克什克腾旗| 普兰店市| 泸西县| 红河县| 出国| 萝北县| 张掖市| 肥乡县| 高唐县| 榕江县| 康马县| 敦煌市| 台北县| 宽甸| 神池县| 伊宁市| 洛浦县| 和政县| 车致| 华蓥市| 双牌县| 孟津县| 伊金霍洛旗| 连云港市| 海兴县| 徐闻县| 焦作市| 青河县| 永定县| 三都| 镇江市| 乃东县| 霍州市| 福州市| 奉节县| 临洮县| 青海省|