java - Permgen space error tomcat -


i installed 2 tomcat in machine , deployed same application on both. both application , tomcats running great. tried adding both services services.msc. done successfully. can start , stop service services.msc. on accessing both application simultaneously, found, able access 1 application , when trying access other application, corresponding service goes stop permgen space error in logs.

i tried increasing space of ms , mx , found "path executable" under tomcat6w.exe same.

now concern how remove permgen space error. in points looks both services using 1 tomcat.

if starting tomcats through command prompt or through batch file both working great problem causes on case when accessing both services services.msc.

can guys please me in overcoming problem.

set xx:maxpermsize. increase permsize of jvm. example -xx:maxpermsize=64m. reference


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -