On Wed, Jan 30, 2013 at 9:24 AM, Murali Reddy <murali.re...@citrix.com> wrote: > On 30/01/13 10:24 PM, "Rohit Yadav" <bhais...@apache.org> wrote: > > >>Are you on Windows? If so cannot help you much, you have an evil >>development environment. Killing the process (task manager or >>otherwise) and starting the mgmt server after few secs may work. > > I see it on mac as well :) keep running into 'out of memory PermGen space > error'. Increasing heap size in maven opts delays it bit.
For your case you can try exporting MAVEN_OPTS; export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=800m -Xmx2g -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" This should increase PermSize to 800m, increase more based on your RAM resource. >