> From: subrahmanyam [mailto:[email protected]] > Subject: RE: InvocationTargetException results OutOfMemory issue > ascodecache is full in tomcat 5.5 > > Is there any setting in JAVA_OPTS to refresh the codecache > once it reaches to maximum?
No, but you can raise the maximum via the -XX:ReservedCodeCacheSize=??? parameter. The default is indeed 48m for -server mode. I've never seen the CodeCache generate an OOME before, so I'm not fully convinced this is the problem, but it's worth a try. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
