i i have a coldfusion 8.1 application. it gets heavy use and i see jrun.exe getting very high memory usage in the task manager. this is a 32-bit windows 2003 server. when jrun gets around a gig of memory usage coldfusion will stop responding at some point. the logs are a little vague, but i start to see garbage collection and heap errors in the coldfusion log. i assume that the jre is running out of memory.
i have the max jvm heap set to 1.2gig. after some experimenting, this seemed to be the biggest amount i could allocate and still have coldfusion start ok. i realize that going to 64-bit might solve the problem, but that is not an option at this time.
i am considering upgrading the jre (it is at v6.x dated pre-2008, though i don't know the exact version. i am using the jre that came with coldfusion 8.1. has anyone gone through this? i assume its just a matter of installing the new jre and pointing coldfusion to the new jre directory in the coldfusion server settings.
tia don