eclipse - Project Deployment Error - GC Overhead Limit Exceede -
i using tomcat server , eclipse ide , using maven
i getting "gc overhead limit exceeded
" when doing project clean spring project.
the reason why getting above error because "low memory allocation vm"
the solution
1.goto bin folder of tomcat. 2.increase size of permgen in catalina.sh file eg: catalina_opts="$catalina_opts -xms1024m -xmx10246m -xx:newsize=256m -xx:maxnewsize=356m -xx:permsize=256m -xx:maxpermsize=356m"
add above line in top of catalina.sh file , restart tomcat (even if doestn't work restart eclipse also). worked me
Comments
Post a Comment